Shades of Viola #B88A8E
Tints of Viola #B88A8E
RGB
CMYK
RGB Variations
Color information
#B88A8E (or 0xB88A8E) is known color: Viola. HEX triplet: B8, 8A and 8E. RGB value is (184,138,142). Sum of RGB (Red+Green+Blue) = 184+138+142=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88A8E is #477571. Grayscale: #989898. Windows color (decimal): -4683122 or 9341624. OLE color: 9341624.
HSL color Cylindrical-coordinate representation of color #B88A8E: hue angle of 354.78º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B88A8E is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 142 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.28 |
| HSL | 354.78º | 0.24% | 0.63% | - |
| HSV(B) | 354.78º | 0.25% | 0.72% | - |
| XYZ | 33.74 | 30.32 | 29.67 | - |
| YUV | 152.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 142 | 0 | 0.25 | 0.23 | 0.28 | 354.78 | 0.24 | 0.63 |
| Hex | B8 | 8A | 8E | 0 | 19 | 17 | 1C | 163 | 18 | 3F |
| Octal | 270 | 212 | 216 | 0 | 31 | 27 | 34 | 543 | 30 | 77 |
| Binary | 10111000 | 10001010 | 10001110 | 0 | 11001 | 10111 | 11100 | 101100011 | 11000 | 111111 |
Color Harmonies of #B88A8E
Complementary color
Monochromatic Colors of #B88A8E
Black with #B88A8E
Text Example
Text Example
White with #B88A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88A8E; }
p { color: rgb(184,138,142); }
H1.HeaderClassName
{
color: #B88A8E;
}
.AnyTagClassName
{
color: #B88A8E;
}
</style>
background-color css
<style>
a { background-color: #B88A8E; }
a { background-color: rgb(184,138,142); }
div.DivClassName
{
background-color: #B88A8E;
}
.BgClassName
{
background-color: #B88A8E;
}
</style>
border-color css
<style>
span { border-color: #B88A8E; }
span { border-color: rgb(184,138,142); }
td.TdClassName
{
border-color: #B88A8E;
}
.TagClassName
{
border-color: #B88A8E;
}
</style>