Shades of Violet Blue #BB66A8
Tints of Violet Blue #BB66A8
RGB
CMYK
RGB Variations
Color information
#BB66A8 (or 0xBB66A8) is known color: Violet Blue. HEX triplet: BB, 66 and A8. RGB value is (187,102,168). Sum of RGB (Red+Green+Blue) = 187+102+168=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB66A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB66A8 is #449957. Grayscale: #868686. Windows color (decimal): -4495704 or 11036347. OLE color: 11036347.
HSL color Cylindrical-coordinate representation of color #BB66A8: hue angle of 313.41º 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 #BB66A8 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 168 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.27 |
| HSL | 313.41º | 0.38% | 0.57% | - |
| HSV(B) | 313.41º | 0.45% | 0.73% | - |
| XYZ | 32.31 | 22.89 | 39.76 | - |
| YUV | 134.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 168 | 0 | 0.45 | 0.10 | 0.27 | 313.41 | 0.38 | 0.57 |
| Hex | BB | 66 | A8 | 0 | 2D | A | 1B | 139 | 26 | 39 |
| Octal | 273 | 146 | 250 | 0 | 55 | 12 | 33 | 471 | 46 | 71 |
| Binary | 10111011 | 1100110 | 10101000 | 0 | 101101 | 1010 | 11011 | 100111001 | 100110 | 111001 |
Color Harmonies of #BB66A8
Complementary color
Monochromatic Colors of #BB66A8
Black with #BB66A8
Text Example
Text Example
White with #BB66A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB66A8; }
p { color: rgb(187,102,168); }
H1.HeaderClassName
{
color: #BB66A8;
}
.AnyTagClassName
{
color: #BB66A8;
}
</style>
background-color css
<style>
a { background-color: #BB66A8; }
a { background-color: rgb(187,102,168); }
div.DivClassName
{
background-color: #BB66A8;
}
.BgClassName
{
background-color: #BB66A8;
}
</style>
border-color css
<style>
span { border-color: #BB66A8; }
span { border-color: rgb(187,102,168); }
td.TdClassName
{
border-color: #BB66A8;
}
.TagClassName
{
border-color: #BB66A8;
}
</style>