Shades of Violet Blue #BB67A8
Tints of Violet Blue #BB67A8
RGB
CMYK
RGB Variations
Color information
#BB67A8 (or 0xBB67A8) is known color: Violet Blue. HEX triplet: BB, 67 and A8. RGB value is (187,103,168). Sum of RGB (Red+Green+Blue) = 187+103+168=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB67A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB67A8 is #449857. Grayscale: #878787. Windows color (decimal): -4495448 or 11036603. OLE color: 11036603.
HSL color Cylindrical-coordinate representation of color #BB67A8: hue angle of 313.57º 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 #BB67A8 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 168 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.27 |
| HSL | 313.57º | 0.38% | 0.57% | - |
| HSV(B) | 313.57º | 0.45% | 0.73% | - |
| XYZ | 32.41 | 23.09 | 39.79 | - |
| YUV | 135.53 | 146.33 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 168 | 0 | 0.45 | 0.10 | 0.27 | 313.57 | 0.38 | 0.57 |
| Hex | BB | 67 | A8 | 0 | 2D | A | 1B | 13A | 26 | 39 |
| Octal | 273 | 147 | 250 | 0 | 55 | 12 | 33 | 472 | 46 | 71 |
| Binary | 10111011 | 1100111 | 10101000 | 0 | 101101 | 1010 | 11011 | 100111010 | 100110 | 111001 |
Color Harmonies of #BB67A8
Complementary color
Monochromatic Colors of #BB67A8
Black with #BB67A8
Text Example
Text Example
White with #BB67A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB67A8; }
p { color: rgb(187,103,168); }
H1.HeaderClassName
{
color: #BB67A8;
}
.AnyTagClassName
{
color: #BB67A8;
}
</style>
background-color css
<style>
a { background-color: #BB67A8; }
a { background-color: rgb(187,103,168); }
div.DivClassName
{
background-color: #BB67A8;
}
.BgClassName
{
background-color: #BB67A8;
}
</style>
border-color css
<style>
span { border-color: #BB67A8; }
span { border-color: rgb(187,103,168); }
td.TdClassName
{
border-color: #BB67A8;
}
.TagClassName
{
border-color: #BB67A8;
}
</style>