Shades of Viola #BB8591
Tints of Viola #BB8591
RGB
CMYK
RGB Variations
Color information
#BB8591 (or 0xBB8591) is known color: Viola. HEX triplet: BB, 85 and 91. RGB value is (187,133,145). Sum of RGB (Red+Green+Blue) = 187+133+145=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8591 is #447A6E. Grayscale: #969696. Windows color (decimal): -4487791 or 9536955. OLE color: 9536955.
HSL color Cylindrical-coordinate representation of color #BB8591: hue angle of 346.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 #BB8591 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 145 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.27 |
| HSL | 346.67º | 0.28% | 0.63% | - |
| HSV(B) | 346.67º | 0.29% | 0.73% | - |
| XYZ | 33.99 | 29.38 | 30.67 | - |
| YUV | 150.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 145 | 0 | 0.29 | 0.22 | 0.27 | 346.67 | 0.28 | 0.63 |
| Hex | BB | 85 | 91 | 0 | 1D | 16 | 1B | 15B | 1C | 3F |
| Octal | 273 | 205 | 221 | 0 | 35 | 26 | 33 | 533 | 34 | 77 |
| Binary | 10111011 | 10000101 | 10010001 | 0 | 11101 | 10110 | 11011 | 101011011 | 11100 | 111111 |
Color Harmonies of #BB8591
Complementary color
Monochromatic Colors of #BB8591
Black with #BB8591
Text Example
Text Example
White with #BB8591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8591; }
p { color: rgb(187,133,145); }
H1.HeaderClassName
{
color: #BB8591;
}
.AnyTagClassName
{
color: #BB8591;
}
</style>
background-color css
<style>
a { background-color: #BB8591; }
a { background-color: rgb(187,133,145); }
div.DivClassName
{
background-color: #BB8591;
}
.BgClassName
{
background-color: #BB8591;
}
</style>
border-color css
<style>
span { border-color: #BB8591; }
span { border-color: rgb(187,133,145); }
td.TdClassName
{
border-color: #BB8591;
}
.TagClassName
{
border-color: #BB8591;
}
</style>