Shades of Violet Blue #BB5EA6
Tints of Violet Blue #BB5EA6
RGB
CMYK
RGB Variations
Color information
#BB5EA6 (or 0xBB5EA6) is known color: Violet Blue. HEX triplet: BB, 5E and A6. RGB value is (187,94,166). Sum of RGB (Red+Green+Blue) = 187+94+166=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5EA6 is #44A159. Grayscale: #818181. Windows color (decimal): -4497754 or 10903227. OLE color: 10903227.
HSL color Cylindrical-coordinate representation of color #BB5EA6: hue angle of 313.55º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5EA6 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 166 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.27 |
| HSL | 313.55º | 0.41% | 0.55% | - |
| HSV(B) | 313.55º | 0.5% | 0.73% | - |
| XYZ | 31.38 | 21.32 | 38.54 | - |
| YUV | 130.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 166 | 0 | 0.50 | 0.11 | 0.27 | 313.55 | 0.41 | 0.55 |
| Hex | BB | 5E | A6 | 0 | 32 | B | 1B | 13A | 29 | 37 |
| Octal | 273 | 136 | 246 | 0 | 62 | 13 | 33 | 472 | 51 | 67 |
| Binary | 10111011 | 1011110 | 10100110 | 0 | 110010 | 1011 | 11011 | 100111010 | 101001 | 110111 |
Color Harmonies of #BB5EA6
Complementary color
Monochromatic Colors of #BB5EA6
Black with #BB5EA6
Text Example
Text Example
White with #BB5EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5EA6; }
p { color: rgb(187,94,166); }
H1.HeaderClassName
{
color: #BB5EA6;
}
.AnyTagClassName
{
color: #BB5EA6;
}
</style>
background-color css
<style>
a { background-color: #BB5EA6; }
a { background-color: rgb(187,94,166); }
div.DivClassName
{
background-color: #BB5EA6;
}
.BgClassName
{
background-color: #BB5EA6;
}
</style>
border-color css
<style>
span { border-color: #BB5EA6; }
span { border-color: rgb(187,94,166); }
td.TdClassName
{
border-color: #BB5EA6;
}
.TagClassName
{
border-color: #BB5EA6;
}
</style>