COLOR #B566EF

HEX: #B566EF
RGB: (181,102,239)

Color info

#B566EF contains mainly red and blue colors. Web safe color of #B566EF is #CC66FF (or #C6F).

RGB color model

#B566EF color RGB value is (181,102,239).

  • red value is 181;
  • green value is 102;
  • blue value is 239.
RGB:
(181,102,239)
(71%,40%,94%)

RGB channels and saturation

R 181 of 255 = 71%
G 102 of 255 = 40%
B 239 of 255 = 94%

181
102
239

R + G + B ~ 68%. #B566EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 102 + 239 = 522 (100%)
R 181 of 522 ~ 34.67%
G 102 of 522 ~ 19.54%
B 239 of 522 ~ 45.79%

%34.67
%19.54
%45.79

CMYK color model

#B566EF color CMYK value is (24,57,0,6).

  • cyan value is 24.27%
  • magenta value is 57.32%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(24,57,0,6)
C24M57Y0K6 
(24%,57%,0%,6%)
(0.24/0.57/0.00/0.06)	

CMYK percentages

%24.27
%57.32
%0
%6.27

Codes

Color #B566EF in popluar color models

B566EF
RGB181102239
HSL275°81.07%66.86%
HSB/HSV275°57.32%93.73%
CMYK24.27%57.32%0.00%
6.27%

Color #B566EF in popluar number systems.

HEXB566EF
Decimal181102239
Binary10110101110011011101111
Octal265146357

Shades and tints

Shades of #B566EF

#B566EF
(181,102,239)
#A55DDA
(165,93,218)
#9554C5
(149,84,197)
#854BB0
(133,75,176)
#75429B
(117,66,155)
#653986
(101,57,134)
#553071
(85,48,113)
#45275C
(69,39,92)
#351E47
(53,30,71)
#251532
(37,21,50)
#150C1D
(21,12,29)
#000000
(0,0,0)

Tints of #B566EF

#B566EF
(181,102,239)
#BB73F0
(187,115,240)
#C180F1
(193,128,241)
#C78DF2
(199,141,242)
#CD9AF3
(205,154,243)
#D3A7F4
(211,167,244)
#D9B4F5
(217,180,245)
#DFC1F6
(223,193,246)
#E5CEF7
(229,206,247)
#EBDBF8
(235,219,248)
#F1E8F9
(241,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B566EF color. Also use rgb(181,102,239) instead hex code.

Text Font Color

.myTextColor { color: #B566EF; }

<p style="color:#B566EF">This sample text font color is #B566EF.</p>

This text font color is #B566EF.


Background Color

.myBgColor { background-color: #B566EF; }

<div style="background-color:#B566EF">Inner text</div>

This div background color is #B566EF.


Border color

.myBorderColor { border: 1px solid #B566EF; }

<div style="border:3px solid #B566EF">Div</div>

This div border color is #B566EF.


Opacity

.myOpacity80 { color: #B566EF; opacity: 0.8; }

<p style="color:#B566EF;opacity:0.8;">80%</p>

Text with #B566EF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B566EF;}

<p style="text-shadow: 3px 3px 1px #B566EF">Text here.</p>

This text has shadow with #B566EF color.

.textShadow {text-shadow: 3px 3px 1px #B566EF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B566EF, 5px 5px 20px red">Text here.</p>

This text has shadow with #B566EF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B566EF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B566EF, Direction=45, Strength=4)">Text</p>

This text has shadow with #B566EF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B566EF;
  -webkit-box-shadow:	1px 1px 3px 2px #B566EF;
  box-shadow:		1px 1px 3px 2px #B566EF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B566EF;
-webkit-box-shadow: 1px 1px 3px 2px #B566EF;
box-shadow:1px 1px 3px 2px #B566EF;">
Div content here</div>
This div box has shadow with color #B566EF.

Preview

Color preview on black background

This text has color #B566EF on black background.


Color preview on white background

This text has color #B566EF on white background.



Black color preview on #B566EF background

This text has black color on #B566EF background.


White color preview on #B566EF background

This text has white color on #B566EF background.