Shades of Viola #BB919F
Tints of Viola #BB919F
RGB
CMYK
RGB Variations
Color information
#BB919F (or 0xBB919F) is known color: Viola. HEX triplet: BB, 91 and 9F. RGB value is (187,145,159). Sum of RGB (Red+Green+Blue) = 187+145+159=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB919F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB919F is #446E60. Grayscale: #9F9F9F. Windows color (decimal): -4484705 or 10457531. OLE color: 10457531.
HSL color Cylindrical-coordinate representation of color #BB919F: hue angle of 340º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB919F is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 145 | 159 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.27 |
| HSL | 340º | 0.24% | 0.65% | - |
| HSV(B) | 340º | 0.22% | 0.73% | - |
| XYZ | 36.88 | 33.32 | 37.29 | - |
| YUV | 159.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 159 | 0 | 0.22 | 0.15 | 0.27 | 340 | 0.24 | 0.65 |
| Hex | BB | 91 | 9F | 0 | 16 | F | 1B | 154 | 18 | 41 |
| Octal | 273 | 221 | 237 | 0 | 26 | 17 | 33 | 524 | 30 | 101 |
| Binary | 10111011 | 10010001 | 10011111 | 0 | 10110 | 1111 | 11011 | 101010100 | 11000 | 1000001 |
Color Harmonies of #BB919F
Complementary color
Monochromatic Colors of #BB919F
Black with #BB919F
Text Example
Text Example
White with #BB919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB919F; }
p { color: rgb(187,145,159); }
H1.HeaderClassName
{
color: #BB919F;
}
.AnyTagClassName
{
color: #BB919F;
}
</style>
background-color css
<style>
a { background-color: #BB919F; }
a { background-color: rgb(187,145,159); }
div.DivClassName
{
background-color: #BB919F;
}
.BgClassName
{
background-color: #BB919F;
}
</style>
border-color css
<style>
span { border-color: #BB919F; }
span { border-color: rgb(187,145,159); }
td.TdClassName
{
border-color: #BB919F;
}
.TagClassName
{
border-color: #BB919F;
}
</style>