Shades of Viola #BB879F
Tints of Viola #BB879F
RGB
CMYK
RGB Variations
Color information
#BB879F (or 0xBB879F) is known color: Viola. HEX triplet: BB, 87 and 9F. RGB value is (187,135,159). Sum of RGB (Red+Green+Blue) = 187+135+159=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB879F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB879F is #447860. Grayscale: #999999. Windows color (decimal): -4487265 or 10454971. OLE color: 10454971.
HSL color Cylindrical-coordinate representation of color #BB879F: hue angle of 332.31º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB879F is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 159 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.27 |
| HSL | 332.31º | 0.28% | 0.63% | - |
| HSV(B) | 332.31º | 0.28% | 0.73% | - |
| XYZ | 35.42 | 30.4 | 36.8 | - |
| YUV | 153.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 159 | 0 | 0.28 | 0.15 | 0.27 | 332.31 | 0.28 | 0.63 |
| Hex | BB | 87 | 9F | 0 | 1C | F | 1B | 14C | 1C | 3F |
| Octal | 273 | 207 | 237 | 0 | 34 | 17 | 33 | 514 | 34 | 77 |
| Binary | 10111011 | 10000111 | 10011111 | 0 | 11100 | 1111 | 11011 | 101001100 | 11100 | 111111 |
Color Harmonies of #BB879F
Complementary color
Monochromatic Colors of #BB879F
Black with #BB879F
Text Example
Text Example
White with #BB879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB879F; }
p { color: rgb(187,135,159); }
H1.HeaderClassName
{
color: #BB879F;
}
.AnyTagClassName
{
color: #BB879F;
}
</style>
background-color css
<style>
a { background-color: #BB879F; }
a { background-color: rgb(187,135,159); }
div.DivClassName
{
background-color: #BB879F;
}
.BgClassName
{
background-color: #BB879F;
}
</style>
border-color css
<style>
span { border-color: #BB879F; }
span { border-color: rgb(187,135,159); }
td.TdClassName
{
border-color: #BB879F;
}
.TagClassName
{
border-color: #BB879F;
}
</style>