Shades of Viola #B88493
Tints of Viola #B88493
RGB
CMYK
RGB Variations
Color information
#B88493 (or 0xB88493) is known color: Viola. HEX triplet: B8, 84 and 93. RGB value is (184,132,147). Sum of RGB (Red+Green+Blue) = 184+132+147=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B88493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88493 is #477B6C. Grayscale: #959595. Windows color (decimal): -4684653 or 9667768. OLE color: 9667768.
HSL color Cylindrical-coordinate representation of color #B88493: hue angle of 342.69º 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 #B88493 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 147 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.28 |
| HSL | 342.69º | 0.27% | 0.62% | - |
| HSV(B) | 342.69º | 0.28% | 0.72% | - |
| XYZ | 33.28 | 28.8 | 31.41 | - |
| YUV | 149.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 147 | 0 | 0.28 | 0.20 | 0.28 | 342.69 | 0.27 | 0.62 |
| Hex | B8 | 84 | 93 | 0 | 1C | 14 | 1C | 157 | 1B | 3E |
| Octal | 270 | 204 | 223 | 0 | 34 | 24 | 34 | 527 | 33 | 76 |
| Binary | 10111000 | 10000100 | 10010011 | 0 | 11100 | 10100 | 11100 | 101010111 | 11011 | 111110 |
Color Harmonies of #B88493
Complementary color
Monochromatic Colors of #B88493
Black with #B88493
Text Example
Text Example
White with #B88493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88493; }
p { color: rgb(184,132,147); }
H1.HeaderClassName
{
color: #B88493;
}
.AnyTagClassName
{
color: #B88493;
}
</style>
background-color css
<style>
a { background-color: #B88493; }
a { background-color: rgb(184,132,147); }
div.DivClassName
{
background-color: #B88493;
}
.BgClassName
{
background-color: #B88493;
}
</style>
border-color css
<style>
span { border-color: #B88493; }
span { border-color: rgb(184,132,147); }
td.TdClassName
{
border-color: #B88493;
}
.TagClassName
{
border-color: #B88493;
}
</style>