Shades of Viola #BB92A4
Tints of Viola #BB92A4
RGB
CMYK
RGB Variations
Color information
#BB92A4 (or 0xBB92A4) is known color: Viola. HEX triplet: BB, 92 and A4. RGB value is (187,146,164). Sum of RGB (Red+Green+Blue) = 187+146+164=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB92A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB92A4 is #446D5B. Grayscale: #A0A0A0. Windows color (decimal): -4484444 or 10785467. OLE color: 10785467.
HSL color Cylindrical-coordinate representation of color #BB92A4: hue angle of 333.66º 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 #BB92A4 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 146 | 164 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.27 |
| HSL | 333.66º | 0.23% | 0.65% | - |
| HSV(B) | 333.66º | 0.22% | 0.73% | - |
| XYZ | 37.47 | 33.8 | 39.67 | - |
| YUV | 160.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 164 | 0 | 0.22 | 0.12 | 0.27 | 333.66 | 0.23 | 0.65 |
| Hex | BB | 92 | A4 | 0 | 16 | C | 1B | 14E | 17 | 41 |
| Octal | 273 | 222 | 244 | 0 | 26 | 14 | 33 | 516 | 27 | 101 |
| Binary | 10111011 | 10010010 | 10100100 | 0 | 10110 | 1100 | 11011 | 101001110 | 10111 | 1000001 |
Color Harmonies of #BB92A4
Complementary color
Monochromatic Colors of #BB92A4
Black with #BB92A4
Text Example
Text Example
White with #BB92A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92A4; }
p { color: rgb(187,146,164); }
H1.HeaderClassName
{
color: #BB92A4;
}
.AnyTagClassName
{
color: #BB92A4;
}
</style>
background-color css
<style>
a { background-color: #BB92A4; }
a { background-color: rgb(187,146,164); }
div.DivClassName
{
background-color: #BB92A4;
}
.BgClassName
{
background-color: #BB92A4;
}
</style>
border-color css
<style>
span { border-color: #BB92A4; }
span { border-color: rgb(187,146,164); }
td.TdClassName
{
border-color: #BB92A4;
}
.TagClassName
{
border-color: #BB92A4;
}
</style>