Shades of Viola #BB859A
Tints of Viola #BB859A
RGB
CMYK
RGB Variations
Color information
#BB859A (or 0xBB859A) is known color: Viola. HEX triplet: BB, 85 and 9A. RGB value is (187,133,154). Sum of RGB (Red+Green+Blue) = 187+133+154=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB859A is #447A65. Grayscale: #979797. Windows color (decimal): -4487782 or 10126779. OLE color: 10126779.
HSL color Cylindrical-coordinate representation of color #BB859A: hue angle of 336.67º 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 #BB859A is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 154 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.27 |
| HSL | 336.67º | 0.28% | 0.63% | - |
| HSV(B) | 336.67º | 0.29% | 0.73% | - |
| XYZ | 34.71 | 29.67 | 34.47 | - |
| YUV | 151.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 154 | 0 | 0.29 | 0.18 | 0.27 | 336.67 | 0.28 | 0.63 |
| Hex | BB | 85 | 9A | 0 | 1D | 12 | 1B | 151 | 1C | 3F |
| Octal | 273 | 205 | 232 | 0 | 35 | 22 | 33 | 521 | 34 | 77 |
| Binary | 10111011 | 10000101 | 10011010 | 0 | 11101 | 10010 | 11011 | 101010001 | 11100 | 111111 |
Color Harmonies of #BB859A
Complementary color
Monochromatic Colors of #BB859A
Black with #BB859A
Text Example
Text Example
White with #BB859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB859A; }
p { color: rgb(187,133,154); }
H1.HeaderClassName
{
color: #BB859A;
}
.AnyTagClassName
{
color: #BB859A;
}
</style>
background-color css
<style>
a { background-color: #BB859A; }
a { background-color: rgb(187,133,154); }
div.DivClassName
{
background-color: #BB859A;
}
.BgClassName
{
background-color: #BB859A;
}
</style>
border-color css
<style>
span { border-color: #BB859A; }
span { border-color: rgb(187,133,154); }
td.TdClassName
{
border-color: #BB859A;
}
.TagClassName
{
border-color: #BB859A;
}
</style>