Shades of Viola #B88293
Tints of Viola #B88293
RGB
CMYK
RGB Variations
Color information
#B88293 (or 0xB88293) is known color: Viola. HEX triplet: B8, 82 and 93. RGB value is (184,130,147). Sum of RGB (Red+Green+Blue) = 184+130+147=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B88293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88293 is #477D6C. Grayscale: #949494. Windows color (decimal): -4685165 or 9667256. OLE color: 9667256.
HSL color Cylindrical-coordinate representation of color #B88293: hue angle of 341.11º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88293 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 130 | 147 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.28 |
| HSL | 341.11º | 0.28% | 0.62% | - |
| HSV(B) | 341.11º | 0.29% | 0.72% | - |
| XYZ | 33.02 | 28.26 | 31.32 | - |
| YUV | 148.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 147 | 0 | 0.29 | 0.20 | 0.28 | 341.11 | 0.28 | 0.62 |
| Hex | B8 | 82 | 93 | 0 | 1D | 14 | 1C | 155 | 1C | 3E |
| Octal | 270 | 202 | 223 | 0 | 35 | 24 | 34 | 525 | 34 | 76 |
| Binary | 10111000 | 10000010 | 10010011 | 0 | 11101 | 10100 | 11100 | 101010101 | 11100 | 111110 |
Color Harmonies of #B88293
Complementary color
Monochromatic Colors of #B88293
Black with #B88293
Text Example
Text Example
White with #B88293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88293; }
p { color: rgb(184,130,147); }
H1.HeaderClassName
{
color: #B88293;
}
.AnyTagClassName
{
color: #B88293;
}
</style>
background-color css
<style>
a { background-color: #B88293; }
a { background-color: rgb(184,130,147); }
div.DivClassName
{
background-color: #B88293;
}
.BgClassName
{
background-color: #B88293;
}
</style>
border-color css
<style>
span { border-color: #B88293; }
span { border-color: rgb(184,130,147); }
td.TdClassName
{
border-color: #B88293;
}
.TagClassName
{
border-color: #B88293;
}
</style>