Shades of Viola #B992A4
Tints of Viola #B992A4
RGB
CMYK
RGB Variations
Color information
#B992A4 (or 0xB992A4) is known color: Viola. HEX triplet: B9, 92 and A4. RGB value is (185,146,164). Sum of RGB (Red+Green+Blue) = 185+146+164=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B992A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B992A4 is #466D5B. Grayscale: #9F9F9F. Windows color (decimal): -4615516 or 10785465. OLE color: 10785465.
HSL color Cylindrical-coordinate representation of color #B992A4: hue angle of 332.31º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B992A4 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 146 | 164 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.27 |
| HSL | 332.31º | 0.22% | 0.65% | - |
| HSV(B) | 332.31º | 0.21% | 0.73% | - |
| XYZ | 36.99 | 33.55 | 39.65 | - |
| YUV | 159.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 164 | 0 | 0.21 | 0.11 | 0.27 | 332.31 | 0.22 | 0.65 |
| Hex | B9 | 92 | A4 | 0 | 15 | B | 1B | 14C | 16 | 41 |
| Octal | 271 | 222 | 244 | 0 | 25 | 13 | 33 | 514 | 26 | 101 |
| Binary | 10111001 | 10010010 | 10100100 | 0 | 10101 | 1011 | 11011 | 101001100 | 10110 | 1000001 |
Color Harmonies of #B992A4
Complementary color
Monochromatic Colors of #B992A4
Black with #B992A4
Text Example
Text Example
White with #B992A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B992A4; }
p { color: rgb(185,146,164); }
H1.HeaderClassName
{
color: #B992A4;
}
.AnyTagClassName
{
color: #B992A4;
}
</style>
background-color css
<style>
a { background-color: #B992A4; }
a { background-color: rgb(185,146,164); }
div.DivClassName
{
background-color: #B992A4;
}
.BgClassName
{
background-color: #B992A4;
}
</style>
border-color css
<style>
span { border-color: #B992A4; }
span { border-color: rgb(185,146,164); }
td.TdClassName
{
border-color: #B992A4;
}
.TagClassName
{
border-color: #B992A4;
}
</style>