Shades of Viola #BB9EA8
Tints of Viola #BB9EA8
RGB
CMYK
RGB Variations
Color information
#BB9EA8 (or 0xBB9EA8) is known color: Viola. HEX triplet: BB, 9E and A8. RGB value is (187,158,168). Sum of RGB (Red+Green+Blue) = 187+158+168=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9EA8 is #446157. Grayscale: #A7A7A7. Windows color (decimal): -4481368 or 11050683. OLE color: 11050683.
HSL color Cylindrical-coordinate representation of color #BB9EA8: hue angle of 339.31º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BB9EA8 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 158 | 168 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.27 |
| HSL | 339.31º | 0.18% | 0.68% | - |
| HSV(B) | 339.31º | 0.16% | 0.73% | - |
| XYZ | 39.79 | 37.85 | 42.25 | - |
| YUV | 167.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 168 | 0 | 0.16 | 0.10 | 0.27 | 339.31 | 0.18 | 0.68 |
| Hex | BB | 9E | A8 | 0 | 10 | A | 1B | 153 | 12 | 44 |
| Octal | 273 | 236 | 250 | 0 | 20 | 12 | 33 | 523 | 22 | 104 |
| Binary | 10111011 | 10011110 | 10101000 | 0 | 10000 | 1010 | 11011 | 101010011 | 10010 | 1000100 |
Color Harmonies of #BB9EA8
Complementary color
Monochromatic Colors of #BB9EA8
Black with #BB9EA8
Text Example
Text Example
White with #BB9EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9EA8; }
p { color: rgb(187,158,168); }
H1.HeaderClassName
{
color: #BB9EA8;
}
.AnyTagClassName
{
color: #BB9EA8;
}
</style>
background-color css
<style>
a { background-color: #BB9EA8; }
a { background-color: rgb(187,158,168); }
div.DivClassName
{
background-color: #BB9EA8;
}
.BgClassName
{
background-color: #BB9EA8;
}
</style>
border-color css
<style>
span { border-color: #BB9EA8; }
span { border-color: rgb(187,158,168); }
td.TdClassName
{
border-color: #BB9EA8;
}
.TagClassName
{
border-color: #BB9EA8;
}
</style>