Shades of Viola #BB909E
Tints of Viola #BB909E
RGB
CMYK
RGB Variations
Color information
#BB909E (or 0xBB909E) is known color: Viola. HEX triplet: BB, 90 and 9E. RGB value is (187,144,158). Sum of RGB (Red+Green+Blue) = 187+144+158=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB909E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB909E is #446F61. Grayscale: #9E9E9E. Windows color (decimal): -4484962 or 10391739. OLE color: 10391739.
HSL color Cylindrical-coordinate representation of color #BB909E: hue angle of 340.47º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB909E is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 144 | 158 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.27 |
| HSL | 340.47º | 0.24% | 0.65% | - |
| HSV(B) | 340.47º | 0.23% | 0.73% | - |
| XYZ | 36.64 | 32.98 | 36.78 | - |
| YUV | 158.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 158 | 0 | 0.23 | 0.16 | 0.27 | 340.47 | 0.24 | 0.65 |
| Hex | BB | 90 | 9E | 0 | 17 | 10 | 1B | 154 | 18 | 41 |
| Octal | 273 | 220 | 236 | 0 | 27 | 20 | 33 | 524 | 30 | 101 |
| Binary | 10111011 | 10010000 | 10011110 | 0 | 10111 | 10000 | 11011 | 101010100 | 11000 | 1000001 |
Color Harmonies of #BB909E
Complementary color
Monochromatic Colors of #BB909E
Black with #BB909E
Text Example
Text Example
White with #BB909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB909E; }
p { color: rgb(187,144,158); }
H1.HeaderClassName
{
color: #BB909E;
}
.AnyTagClassName
{
color: #BB909E;
}
</style>
background-color css
<style>
a { background-color: #BB909E; }
a { background-color: rgb(187,144,158); }
div.DivClassName
{
background-color: #BB909E;
}
.BgClassName
{
background-color: #BB909E;
}
</style>
border-color css
<style>
span { border-color: #BB909E; }
span { border-color: rgb(187,144,158); }
td.TdClassName
{
border-color: #BB909E;
}
.TagClassName
{
border-color: #BB909E;
}
</style>