Shades of Viola #B88490
Tints of Viola #B88490
RGB
CMYK
RGB Variations
Color information
#B88490 (or 0xB88490) is known color: Viola. HEX triplet: B8, 84 and 90. RGB value is (184,132,144). Sum of RGB (Red+Green+Blue) = 184+132+144=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B88490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88490 is #477B6F. Grayscale: #949494. Windows color (decimal): -4684656 or 9471160. OLE color: 9471160.
HSL color Cylindrical-coordinate representation of color #B88490: hue angle of 346.15º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B88490 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 144 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.28 |
| HSL | 346.15º | 0.27% | 0.62% | - |
| HSV(B) | 346.15º | 0.28% | 0.72% | - |
| XYZ | 33.05 | 28.71 | 30.18 | - |
| YUV | 148.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 144 | 0 | 0.28 | 0.22 | 0.28 | 346.15 | 0.27 | 0.62 |
| Hex | B8 | 84 | 90 | 0 | 1C | 16 | 1C | 15A | 1B | 3E |
| Octal | 270 | 204 | 220 | 0 | 34 | 26 | 34 | 532 | 33 | 76 |
| Binary | 10111000 | 10000100 | 10010000 | 0 | 11100 | 10110 | 11100 | 101011010 | 11011 | 111110 |
Color Harmonies of #B88490
Complementary color
Monochromatic Colors of #B88490
Black with #B88490
Text Example
Text Example
White with #B88490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88490; }
p { color: rgb(184,132,144); }
H1.HeaderClassName
{
color: #B88490;
}
.AnyTagClassName
{
color: #B88490;
}
</style>
background-color css
<style>
a { background-color: #B88490; }
a { background-color: rgb(184,132,144); }
div.DivClassName
{
background-color: #B88490;
}
.BgClassName
{
background-color: #B88490;
}
</style>
border-color css
<style>
span { border-color: #B88490; }
span { border-color: rgb(184,132,144); }
td.TdClassName
{
border-color: #B88490;
}
.TagClassName
{
border-color: #B88490;
}
</style>