Shades of Viola #B8879A
Tints of Viola #B8879A
RGB
CMYK
RGB Variations
Color information
#B8879A (or 0xB8879A) is known color: Viola. HEX triplet: B8, 87 and 9A. RGB value is (184,135,154). Sum of RGB (Red+Green+Blue) = 184+135+154=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B8879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8879A is #477865. Grayscale: #979797. Windows color (decimal): -4683878 or 10127288. OLE color: 10127288.
HSL color Cylindrical-coordinate representation of color #B8879A: hue angle of 336.73º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8879A is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 135 | 154 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.28 |
| HSL | 336.73º | 0.26% | 0.63% | - |
| HSV(B) | 336.73º | 0.27% | 0.72% | - |
| XYZ | 34.26 | 29.85 | 34.53 | - |
| YUV | 151.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 135 | 154 | 0 | 0.27 | 0.16 | 0.28 | 336.73 | 0.26 | 0.63 |
| Hex | B8 | 87 | 9A | 0 | 1B | 10 | 1C | 151 | 1A | 3F |
| Octal | 270 | 207 | 232 | 0 | 33 | 20 | 34 | 521 | 32 | 77 |
| Binary | 10111000 | 10000111 | 10011010 | 0 | 11011 | 10000 | 11100 | 101010001 | 11010 | 111111 |
Color Harmonies of #B8879A
Complementary color
Monochromatic Colors of #B8879A
Black with #B8879A
Text Example
Text Example
White with #B8879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8879A; }
p { color: rgb(184,135,154); }
H1.HeaderClassName
{
color: #B8879A;
}
.AnyTagClassName
{
color: #B8879A;
}
</style>
background-color css
<style>
a { background-color: #B8879A; }
a { background-color: rgb(184,135,154); }
div.DivClassName
{
background-color: #B8879A;
}
.BgClassName
{
background-color: #B8879A;
}
</style>
border-color css
<style>
span { border-color: #B8879A; }
span { border-color: rgb(184,135,154); }
td.TdClassName
{
border-color: #B8879A;
}
.TagClassName
{
border-color: #B8879A;
}
</style>