Shades of Viola #BB859F
Tints of Viola #BB859F
RGB
CMYK
RGB Variations
Color information
#BB859F (or 0xBB859F) is known color: Viola. HEX triplet: BB, 85 and 9F. RGB value is (187,133,159). Sum of RGB (Red+Green+Blue) = 187+133+159=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB859F is #447A60. Grayscale: #989898. Windows color (decimal): -4487777 or 10454459. OLE color: 10454459.
HSL color Cylindrical-coordinate representation of color #BB859F: hue angle of 331.11º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB859F is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 159 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.27 |
| HSL | 331.11º | 0.28% | 0.63% | - |
| HSV(B) | 331.11º | 0.29% | 0.73% | - |
| XYZ | 35.14 | 29.84 | 36.71 | - |
| YUV | 152.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 159 | 0 | 0.29 | 0.15 | 0.27 | 331.11 | 0.28 | 0.63 |
| Hex | BB | 85 | 9F | 0 | 1D | F | 1B | 14B | 1C | 3F |
| Octal | 273 | 205 | 237 | 0 | 35 | 17 | 33 | 513 | 34 | 77 |
| Binary | 10111011 | 10000101 | 10011111 | 0 | 11101 | 1111 | 11011 | 101001011 | 11100 | 111111 |
Color Harmonies of #BB859F
Complementary color
Monochromatic Colors of #BB859F
Black with #BB859F
Text Example
Text Example
White with #BB859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB859F; }
p { color: rgb(187,133,159); }
H1.HeaderClassName
{
color: #BB859F;
}
.AnyTagClassName
{
color: #BB859F;
}
</style>
background-color css
<style>
a { background-color: #BB859F; }
a { background-color: rgb(187,133,159); }
div.DivClassName
{
background-color: #BB859F;
}
.BgClassName
{
background-color: #BB859F;
}
</style>
border-color css
<style>
span { border-color: #BB859F; }
span { border-color: rgb(187,133,159); }
td.TdClassName
{
border-color: #BB859F;
}
.TagClassName
{
border-color: #BB859F;
}
</style>