Shades of Viola #BB92A0
Tints of Viola #BB92A0
RGB
CMYK
RGB Variations
Color information
#BB92A0 (or 0xBB92A0) is known color: Viola. HEX triplet: BB, 92 and A0. RGB value is (187,146,160). Sum of RGB (Red+Green+Blue) = 187+146+160=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB92A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB92A0 is #446D5F. Grayscale: #9F9F9F. Windows color (decimal): -4484448 or 10523323. OLE color: 10523323.
HSL color Cylindrical-coordinate representation of color #BB92A0: hue angle of 339.51º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB92A0 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 146 | 160 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.27 |
| HSL | 339.51º | 0.23% | 0.65% | - |
| HSV(B) | 339.51º | 0.22% | 0.73% | - |
| XYZ | 37.12 | 33.66 | 37.8 | - |
| YUV | 159.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 160 | 0 | 0.22 | 0.14 | 0.27 | 339.51 | 0.23 | 0.65 |
| Hex | BB | 92 | A0 | 0 | 16 | E | 1B | 154 | 17 | 41 |
| Octal | 273 | 222 | 240 | 0 | 26 | 16 | 33 | 524 | 27 | 101 |
| Binary | 10111011 | 10010010 | 10100000 | 0 | 10110 | 1110 | 11011 | 101010100 | 10111 | 1000001 |
Color Harmonies of #BB92A0
Complementary color
Monochromatic Colors of #BB92A0
Black with #BB92A0
Text Example
Text Example
White with #BB92A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92A0; }
p { color: rgb(187,146,160); }
H1.HeaderClassName
{
color: #BB92A0;
}
.AnyTagClassName
{
color: #BB92A0;
}
</style>
background-color css
<style>
a { background-color: #BB92A0; }
a { background-color: rgb(187,146,160); }
div.DivClassName
{
background-color: #BB92A0;
}
.BgClassName
{
background-color: #BB92A0;
}
</style>
border-color css
<style>
span { border-color: #BB92A0; }
span { border-color: rgb(187,146,160); }
td.TdClassName
{
border-color: #BB92A0;
}
.TagClassName
{
border-color: #BB92A0;
}
</style>