#b66fab

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

Shades of Violet Blue #B66FAB

Tints of Violet Blue #B66FAB

Color information

#B66FAB (or 0xB66FAB) is unknown color: approx Violet Blue. HEX triplet: B6, 6F and AB. RGB value is (182,111,171). Sum of RGB (Red+Green+Blue) = 182+111+171=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B66FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66FAB is #499054. Grayscale: #8A8A8A. Windows color (decimal): -4821077 or 11235254. OLE color: 11235254.

HSL color Cylindrical-coordinate representation of color #B66FAB: hue angle of 309.3º 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 #B66FAB is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB182111171-
CMYK00.390.060.29
HSL309.3º32.72%57.45%-
HSV(B)309.3º39.01%71.37%-
XYZ32.3324.2541.51-
YUV139.07146.02158.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.22%
GREEN value IS 111 (43.75% from 255) = 23.92%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=39.22%
G=23.92%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211117100.390.060.29309.332.7257.45
HexB66FAB02761D1352139
Octal2661572530476354654171
Binary10110110110111110101011010011111011101100110101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b66fab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b66fab; }

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

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

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

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

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

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

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

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