Shades of Violet Blue #BC66A6
Tints of Violet Blue #BC66A6
RGB
CMYK
RGB Variations
Color information
#BC66A6 (or 0xBC66A6) is known color: 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
| RGB | 188 | 102 | 166 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.26 |
| HSL | 315.35º | 0.39% | 0.57% | - |
| HSV(B) | 315.35º | 0.46% | 0.74% | - |
| XYZ | 32.37 | 22.95 | 38.8 | - |
| YUV | 135.01 | 145.49 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 166 | 0 | 0.46 | 0.12 | 0.26 | 315.35 | 0.39 | 0.57 |
| Hex | BC | 66 | A6 | 0 | 2E | C | 1A | 13B | 27 | 39 |
| Octal | 274 | 146 | 246 | 0 | 56 | 14 | 32 | 473 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10100110 | 0 | 101110 | 1100 | 11010 | 100111011 | 100111 | 111001 |
Color Harmonies of #BC66A6
Complementary color
Monochromatic Colors of #BC66A6
Black with #BC66A6
Text Example
Text Example
White with #BC66A6
Text Example
Text Example
HTML Codes & Css Web 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>