Shades of Viola #B891A0
Tints of Viola #B891A0
RGB
CMYK
RGB Variations
Color information
#B891A0 (or 0xB891A0) is known color: Viola. HEX triplet: B8, 91 and A0. RGB value is (184,145,160). Sum of RGB (Red+Green+Blue) = 184+145+160=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B891A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B891A0 is #476E5F. Grayscale: #9E9E9E. Windows color (decimal): -4681312 or 10523064. OLE color: 10523064.
HSL color Cylindrical-coordinate representation of color #B891A0: hue angle of 336.92º degrees, saturation: 0.22, 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 #B891A0 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 160 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.28 |
| HSL | 336.92º | 0.22% | 0.65% | - |
| HSV(B) | 336.92º | 0.21% | 0.72% | - |
| XYZ | 36.24 | 32.98 | 37.71 | - |
| YUV | 158.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 160 | 0 | 0.21 | 0.13 | 0.28 | 336.92 | 0.22 | 0.65 |
| Hex | B8 | 91 | A0 | 0 | 15 | D | 1C | 151 | 16 | 41 |
| Octal | 270 | 221 | 240 | 0 | 25 | 15 | 34 | 521 | 26 | 101 |
| Binary | 10111000 | 10010001 | 10100000 | 0 | 10101 | 1101 | 11100 | 101010001 | 10110 | 1000001 |
Color Harmonies of #B891A0
Complementary color
Monochromatic Colors of #B891A0
Black with #B891A0
Text Example
Text Example
White with #B891A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B891A0; }
p { color: rgb(184,145,160); }
H1.HeaderClassName
{
color: #B891A0;
}
.AnyTagClassName
{
color: #B891A0;
}
</style>
background-color css
<style>
a { background-color: #B891A0; }
a { background-color: rgb(184,145,160); }
div.DivClassName
{
background-color: #B891A0;
}
.BgClassName
{
background-color: #B891A0;
}
</style>
border-color css
<style>
span { border-color: #B891A0; }
span { border-color: rgb(184,145,160); }
td.TdClassName
{
border-color: #B891A0;
}
.TagClassName
{
border-color: #B891A0;
}
</style>