Shades of Viola #BB859E
Tints of Viola #BB859E
RGB
CMYK
RGB Variations
Color information
#BB859E (or 0xBB859E) is known color: Viola. HEX triplet: BB, 85 and 9E. RGB value is (187,133,158). Sum of RGB (Red+Green+Blue) = 187+133+158=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB859E is #447A61. Grayscale: #979797. Windows color (decimal): -4487778 or 10388923. OLE color: 10388923.
HSL color Cylindrical-coordinate representation of color #BB859E: hue angle of 332.22º 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 #BB859E is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 158 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.27 |
| HSL | 332.22º | 0.28% | 0.63% | - |
| HSV(B) | 332.22º | 0.29% | 0.73% | - |
| XYZ | 35.05 | 29.81 | 36.25 | - |
| YUV | 152 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 158 | 0 | 0.29 | 0.16 | 0.27 | 332.22 | 0.28 | 0.63 |
| Hex | BB | 85 | 9E | 0 | 1D | 10 | 1B | 14C | 1C | 3F |
| Octal | 273 | 205 | 236 | 0 | 35 | 20 | 33 | 514 | 34 | 77 |
| Binary | 10111011 | 10000101 | 10011110 | 0 | 11101 | 10000 | 11011 | 101001100 | 11100 | 111111 |
Color Harmonies of #BB859E
Complementary color
Monochromatic Colors of #BB859E
Black with #BB859E
Text Example
Text Example
White with #BB859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB859E; }
p { color: rgb(187,133,158); }
H1.HeaderClassName
{
color: #BB859E;
}
.AnyTagClassName
{
color: #BB859E;
}
</style>
background-color css
<style>
a { background-color: #BB859E; }
a { background-color: rgb(187,133,158); }
div.DivClassName
{
background-color: #BB859E;
}
.BgClassName
{
background-color: #BB859E;
}
</style>
border-color css
<style>
span { border-color: #BB859E; }
span { border-color: rgb(187,133,158); }
td.TdClassName
{
border-color: #BB859E;
}
.TagClassName
{
border-color: #BB859E;
}
</style>