#B66FAF

Color #B66FAF Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B66FAF

Tints of Violet Blue #B66FAF

Color information

#B66FAF (or 0xB66FAF) is unknown color: approx Violet Blue. HEX triplet: B6, 6F and AF. RGB value is (182,111,175). Sum of RGB (Red+Green+Blue) = 182+111+175=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B66FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66FAF is #499050. Grayscale: #8B8B8B. Windows color (decimal): -4821073 or 11497398. OLE color: 11497398.

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

Color convert

RGB182111175-
CMYK00.390.040.29
HSL305.92º32.72%57.45%-
HSV(B)305.92º39.01%71.37%-
XYZ32.7124.4143.54-
YUV139.52148.02158.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 111 (43.75% from 255) = 23.72%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=38.89%
G=23.72%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211117500.390.040.29305.9232.7257.45
HexB66FAF02741D1322139
Octal2661572570474354624171
Binary10110110110111110101111010011110011101100110010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66FAF; }

 p { color: rgb(182,111,175); }

 H1.HeaderClassName
 {
   color: #B66FAF;
 }
 .AnyTagClassName
 {
   color: #B66FAF;
 }
</style>
background-color css

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

 a { background-color: rgb(182,111,175); }

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

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

 span { border-color: rgb(182,111,175); }

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