#BC66A6

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

Shades of Violet Blue #BC66A6

Tints of Violet Blue #BC66A6

Color information

#BC66A6 (or 0xBC66A6) is unknown color: approx Violet Blue. HEX triplet: BC, 66 and A6. RGB value is (188,102,166). Sum of RGB (Red+Green+Blue) = 188+102+166=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC66A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC66A6 is #439959. Grayscale: #868686. Windows color (decimal): -4430170 or 10905276. OLE color: 10905276.

HSL color Cylindrical-coordinate representation of color #BC66A6: hue angle of 315.35º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC66A6 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB188102166-
CMYK00.460.120.26
HSL315.35º39.09%56.86%-
HSV(B)315.35º45.74%73.73%-
XYZ32.3722.9538.8-
YUV135.01145.49165.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 102 (40.23% from 255) = 22.37%
BLUE value IS 166 (65.23% from 255) = 36.40%
R=41.23%
G=22.37%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810216600.460.120.26315.3539.0956.86
HexBC66A602EC1A13b2739
Octal27414624605614324734771
Binary101111001100110101001100101110110011010100111011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC66A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC66A6; }

 p { color: rgb(188,102,166); }

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

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

 a { background-color: rgb(188,102,166); }

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

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

 span { border-color: rgb(188,102,166); }

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