Shades of Viola #BB869F
Tints of Viola #BB869F
RGB
CMYK
RGB Variations
Color information
#BB869F (or 0xBB869F) is known color: Viola. HEX triplet: BB, 86 and 9F. RGB value is (187,134,159). Sum of RGB (Red+Green+Blue) = 187+134+159=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB869F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB869F is #447960. Grayscale: #989898. Windows color (decimal): -4487521 or 10454715. OLE color: 10454715.
HSL color Cylindrical-coordinate representation of color #BB869F: hue angle of 331.7º 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 #BB869F is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 159 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.27 |
| HSL | 331.7º | 0.28% | 0.63% | - |
| HSV(B) | 331.7º | 0.28% | 0.73% | - |
| XYZ | 35.28 | 30.12 | 36.76 | - |
| YUV | 152.7 | 131.56 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 159 | 0 | 0.28 | 0.15 | 0.27 | 331.7 | 0.28 | 0.63 |
| Hex | BB | 86 | 9F | 0 | 1C | F | 1B | 14C | 1C | 3F |
| Octal | 273 | 206 | 237 | 0 | 34 | 17 | 33 | 514 | 34 | 77 |
| Binary | 10111011 | 10000110 | 10011111 | 0 | 11100 | 1111 | 11011 | 101001100 | 11100 | 111111 |
Color Harmonies of #BB869F
Complementary color
Monochromatic Colors of #BB869F
Black with #BB869F
Text Example
Text Example
White with #BB869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB869F; }
p { color: rgb(187,134,159); }
H1.HeaderClassName
{
color: #BB869F;
}
.AnyTagClassName
{
color: #BB869F;
}
</style>
background-color css
<style>
a { background-color: #BB869F; }
a { background-color: rgb(187,134,159); }
div.DivClassName
{
background-color: #BB869F;
}
.BgClassName
{
background-color: #BB869F;
}
</style>
border-color css
<style>
span { border-color: #BB869F; }
span { border-color: rgb(187,134,159); }
td.TdClassName
{
border-color: #BB869F;
}
.TagClassName
{
border-color: #BB869F;
}
</style>