Shades of Viola #B88192
Tints of Viola #B88192
RGB
CMYK
RGB Variations
Color information
#B88192 (or 0xB88192) is known color: Viola. HEX triplet: B8, 81 and 92. RGB value is (184,129,146). Sum of RGB (Red+Green+Blue) = 184+129+146=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B88192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88192 is #477E6D. Grayscale: #939393. Windows color (decimal): -4685422 or 9601464. OLE color: 9601464.
HSL color Cylindrical-coordinate representation of color #B88192: hue angle of 341.45º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B88192 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 129 | 146 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.28 |
| HSL | 341.45º | 0.28% | 0.61% | - |
| HSV(B) | 341.45º | 0.3% | 0.72% | - |
| XYZ | 32.81 | 27.97 | 30.86 | - |
| YUV | 147.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 146 | 0 | 0.30 | 0.21 | 0.28 | 341.45 | 0.28 | 0.61 |
| Hex | B8 | 81 | 92 | 0 | 1E | 15 | 1C | 155 | 1C | 3D |
| Octal | 270 | 201 | 222 | 0 | 36 | 25 | 34 | 525 | 34 | 75 |
| Binary | 10111000 | 10000001 | 10010010 | 0 | 11110 | 10101 | 11100 | 101010101 | 11100 | 111101 |
Color Harmonies of #B88192
Complementary color
Monochromatic Colors of #B88192
Black with #B88192
Text Example
Text Example
White with #B88192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88192; }
p { color: rgb(184,129,146); }
H1.HeaderClassName
{
color: #B88192;
}
.AnyTagClassName
{
color: #B88192;
}
</style>
background-color css
<style>
a { background-color: #B88192; }
a { background-color: rgb(184,129,146); }
div.DivClassName
{
background-color: #B88192;
}
.BgClassName
{
background-color: #B88192;
}
</style>
border-color css
<style>
span { border-color: #B88192; }
span { border-color: rgb(184,129,146); }
td.TdClassName
{
border-color: #B88192;
}
.TagClassName
{
border-color: #B88192;
}
</style>