Shades of Viola #B892A0
Tints of Viola #B892A0
RGB
CMYK
RGB Variations
Color information
#B892A0 (or 0xB892A0) is known color: Viola. HEX triplet: B8, 92 and A0. RGB value is (184,146,160). Sum of RGB (Red+Green+Blue) = 184+146+160=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B892A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B892A0 is #476D5F. Grayscale: #9E9E9E. Windows color (decimal): -4681056 or 10523320. OLE color: 10523320.
HSL color Cylindrical-coordinate representation of color #B892A0: hue angle of 337.89º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B892A0 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 160 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.28 |
| HSL | 337.89º | 0.21% | 0.65% | - |
| HSV(B) | 337.89º | 0.21% | 0.72% | - |
| XYZ | 36.39 | 33.29 | 37.76 | - |
| YUV | 158.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 160 | 0 | 0.21 | 0.13 | 0.28 | 337.89 | 0.21 | 0.65 |
| Hex | B8 | 92 | A0 | 0 | 15 | D | 1C | 152 | 15 | 41 |
| Octal | 270 | 222 | 240 | 0 | 25 | 15 | 34 | 522 | 25 | 101 |
| Binary | 10111000 | 10010010 | 10100000 | 0 | 10101 | 1101 | 11100 | 101010010 | 10101 | 1000001 |
Color Harmonies of #B892A0
Complementary color
Monochromatic Colors of #B892A0
Black with #B892A0
Text Example
Text Example
White with #B892A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B892A0; }
p { color: rgb(184,146,160); }
H1.HeaderClassName
{
color: #B892A0;
}
.AnyTagClassName
{
color: #B892A0;
}
</style>
background-color css
<style>
a { background-color: #B892A0; }
a { background-color: rgb(184,146,160); }
div.DivClassName
{
background-color: #B892A0;
}
.BgClassName
{
background-color: #B892A0;
}
</style>
border-color css
<style>
span { border-color: #B892A0; }
span { border-color: rgb(184,146,160); }
td.TdClassName
{
border-color: #B892A0;
}
.TagClassName
{
border-color: #B892A0;
}
</style>