Shades of Viola #BB92A2
Tints of Viola #BB92A2
RGB
CMYK
RGB Variations
Color information
#BB92A2 (or 0xBB92A2) is known color: Viola. HEX triplet: BB, 92 and A2. RGB value is (187,146,162). Sum of RGB (Red+Green+Blue) = 187+146+162=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BB92A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB92A2 is #446D5D. Grayscale: #A0A0A0. Windows color (decimal): -4484446 or 10654395. OLE color: 10654395.
HSL color Cylindrical-coordinate representation of color #BB92A2: hue angle of 336.59º 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 #BB92A2 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 146 | 162 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.27 |
| HSL | 336.59º | 0.23% | 0.65% | - |
| HSV(B) | 336.59º | 0.22% | 0.73% | - |
| XYZ | 37.29 | 33.73 | 38.73 | - |
| YUV | 160.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 162 | 0 | 0.22 | 0.13 | 0.27 | 336.59 | 0.23 | 0.65 |
| Hex | BB | 92 | A2 | 0 | 16 | D | 1B | 151 | 17 | 41 |
| Octal | 273 | 222 | 242 | 0 | 26 | 15 | 33 | 521 | 27 | 101 |
| Binary | 10111011 | 10010010 | 10100010 | 0 | 10110 | 1101 | 11011 | 101010001 | 10111 | 1000001 |
Color Harmonies of #BB92A2
Complementary color
Monochromatic Colors of #BB92A2
Black with #BB92A2
Text Example
Text Example
White with #BB92A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92A2; }
p { color: rgb(187,146,162); }
H1.HeaderClassName
{
color: #BB92A2;
}
.AnyTagClassName
{
color: #BB92A2;
}
</style>
background-color css
<style>
a { background-color: #BB92A2; }
a { background-color: rgb(187,146,162); }
div.DivClassName
{
background-color: #BB92A2;
}
.BgClassName
{
background-color: #BB92A2;
}
</style>
border-color css
<style>
span { border-color: #BB92A2; }
span { border-color: rgb(187,146,162); }
td.TdClassName
{
border-color: #BB92A2;
}
.TagClassName
{
border-color: #BB92A2;
}
</style>