Shades of Viola #BB868F
Tints of Viola #BB868F
RGB
CMYK
RGB Variations
Color information
#BB868F (or 0xBB868F) is known color: Viola. HEX triplet: BB, 86 and 8F. RGB value is (187,134,143). Sum of RGB (Red+Green+Blue) = 187+134+143=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB868F is #447970. Grayscale: #969696. Windows color (decimal): -4487537 or 9406139. OLE color: 9406139.
HSL color Cylindrical-coordinate representation of color #BB868F: hue angle of 349.81º 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 #BB868F is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 143 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.27 |
| HSL | 349.81º | 0.28% | 0.63% | - |
| HSV(B) | 349.81º | 0.28% | 0.73% | - |
| XYZ | 33.98 | 29.6 | 29.91 | - |
| YUV | 150.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 143 | 0 | 0.28 | 0.24 | 0.27 | 349.81 | 0.28 | 0.63 |
| Hex | BB | 86 | 8F | 0 | 1C | 18 | 1B | 15E | 1C | 3F |
| Octal | 273 | 206 | 217 | 0 | 34 | 30 | 33 | 536 | 34 | 77 |
| Binary | 10111011 | 10000110 | 10001111 | 0 | 11100 | 11000 | 11011 | 101011110 | 11100 | 111111 |
Color Harmonies of #BB868F
Complementary color
Monochromatic Colors of #BB868F
Black with #BB868F
Text Example
Text Example
White with #BB868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB868F; }
p { color: rgb(187,134,143); }
H1.HeaderClassName
{
color: #BB868F;
}
.AnyTagClassName
{
color: #BB868F;
}
</style>
background-color css
<style>
a { background-color: #BB868F; }
a { background-color: rgb(187,134,143); }
div.DivClassName
{
background-color: #BB868F;
}
.BgClassName
{
background-color: #BB868F;
}
</style>
border-color css
<style>
span { border-color: #BB868F; }
span { border-color: rgb(187,134,143); }
td.TdClassName
{
border-color: #BB868F;
}
.TagClassName
{
border-color: #BB868F;
}
</style>