Shades of Violet Blue #BB66A6
Tints of Violet Blue #BB66A6
RGB
CMYK
RGB Variations
Color information
#BB66A6 (or 0xBB66A6) is known color: Violet Blue. HEX triplet: BB, 66 and A6. RGB value is (187,102,166). Sum of RGB (Red+Green+Blue) = 187+102+166=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB66A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB66A6 is #449959. Grayscale: #868686. Windows color (decimal): -4495706 or 10905275. OLE color: 10905275.
HSL color Cylindrical-coordinate representation of color #BB66A6: hue angle of 314.82º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB66A6 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 166 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.27 |
| HSL | 314.82º | 0.38% | 0.57% | - |
| HSV(B) | 314.82º | 0.45% | 0.73% | - |
| XYZ | 32.13 | 22.82 | 38.79 | - |
| YUV | 134.71 | 145.66 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 166 | 0 | 0.45 | 0.11 | 0.27 | 314.82 | 0.38 | 0.57 |
| Hex | BB | 66 | A6 | 0 | 2D | B | 1B | 13B | 26 | 39 |
| Octal | 273 | 146 | 246 | 0 | 55 | 13 | 33 | 473 | 46 | 71 |
| Binary | 10111011 | 1100110 | 10100110 | 0 | 101101 | 1011 | 11011 | 100111011 | 100110 | 111001 |
Color Harmonies of #BB66A6
Complementary color
Monochromatic Colors of #BB66A6
Black with #BB66A6
Text Example
Text Example
White with #BB66A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB66A6; }
p { color: rgb(187,102,166); }
H1.HeaderClassName
{
color: #BB66A6;
}
.AnyTagClassName
{
color: #BB66A6;
}
</style>
background-color css
<style>
a { background-color: #BB66A6; }
a { background-color: rgb(187,102,166); }
div.DivClassName
{
background-color: #BB66A6;
}
.BgClassName
{
background-color: #BB66A6;
}
</style>
border-color css
<style>
span { border-color: #BB66A6; }
span { border-color: rgb(187,102,166); }
td.TdClassName
{
border-color: #BB66A6;
}
.TagClassName
{
border-color: #BB66A6;
}
</style>