Html Css Color HEX #B66EAB Violet Blue

📋 copy color: '#B66EAB'

red 182 ◦ green 110 ◦ blue 171

#B66EAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #B66EAB

Tints of Violet Blue #B66EAB

RGB

 RED value IS 182 (71.48% from 255) = 39.31%

 GREEN value IS 110 (43.36% from 255) = 23.76%

 BLUE value IS 171 (67.19% from 255) = 36.93%

R = 39.31%
G = 23.76%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B66EAB (or 0xB66EAB) is known color: Violet Blue. HEX triplet: B6, 6E and AB. RGB value is (182,110,171). Sum of RGB (Red+Green+Blue) = 182+110+171=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B66EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66EAB is #499154. Grayscale: #8A8A8A. Windows color (decimal): -4821333 or 11234998. OLE color: 11234998.

HSL color Cylindrical-coordinate representation of color #B66EAB: hue angle of 309.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66EAB is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 110 171 -
CMYK 0 0.40 0.06 0.29
HSL 309.17º 0.33% 0.57% -
HSV(B) 309.17º 0.4% 0.71% -
XYZ 32.22 24.04 41.47 -
YUV 138.48 146.35 159.04 -
System Red Green Blue C M Y K H S L
Decimal 182 110 171 0 0.40 0.06 0.29 309.17 0.33 0.57
Hex B6 6E AB 0 28 6 1D 135 21 39
Octal 266 156 253 0 50 6 35 465 41 71
Binary 10110110 1101110 10101011 0 101000 110 11101 100110101 100001 111001

Color Harmonies of #B66EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66EAB

Black with #B66EAB

Text Example


Text Example

White with #B66EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66EAB; }

 p { color: rgb(182,110,171); }

 H1.HeaderClassName
 {
   color: #B66EAB;
 }
 .AnyTagClassName
 {
   color: #B66EAB;
 }
</style>

background-color css

<style>
 a { background-color: #B66EAB; }

 a { background-color: rgb(182,110,171); }

 div.DivClassName
 {
   background-color: #B66EAB;
 }
 .BgClassName
 {
   background-color: #B66EAB;
 }
</style>

border-color css

<style>
 span { border-color: #B66EAB; }

 span { border-color: rgb(182,110,171); }

 td.TdClassName
 {
   border-color: #B66EAB;
 }
 .TagClassName
 {
   border-color: #B66EAB;
 }
</style>