Shades of Viola #BB919D
Tints of Viola #BB919D
RGB
CMYK
RGB Variations
Color information
#BB919D (or 0xBB919D) is known color: Viola. HEX triplet: BB, 91 and 9D. RGB value is (187,145,157). Sum of RGB (Red+Green+Blue) = 187+145+157=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB919D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB919D is #446E62. Grayscale: #9E9E9E. Windows color (decimal): -4484707 or 10326459. OLE color: 10326459.
HSL color Cylindrical-coordinate representation of color #BB919D: hue angle of 342.86º 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 #BB919D is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 145 | 157 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.27 |
| HSL | 342.86º | 0.24% | 0.65% | - |
| HSV(B) | 342.86º | 0.22% | 0.73% | - |
| XYZ | 36.7 | 33.25 | 36.38 | - |
| YUV | 158.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 157 | 0 | 0.22 | 0.16 | 0.27 | 342.86 | 0.24 | 0.65 |
| Hex | BB | 91 | 9D | 0 | 16 | 10 | 1B | 157 | 18 | 41 |
| Octal | 273 | 221 | 235 | 0 | 26 | 20 | 33 | 527 | 30 | 101 |
| Binary | 10111011 | 10010001 | 10011101 | 0 | 10110 | 10000 | 11011 | 101010111 | 11000 | 1000001 |
Color Harmonies of #BB919D
Complementary color
Monochromatic Colors of #BB919D
Black with #BB919D
Text Example
Text Example
White with #BB919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB919D; }
p { color: rgb(187,145,157); }
H1.HeaderClassName
{
color: #BB919D;
}
.AnyTagClassName
{
color: #BB919D;
}
</style>
background-color css
<style>
a { background-color: #BB919D; }
a { background-color: rgb(187,145,157); }
div.DivClassName
{
background-color: #BB919D;
}
.BgClassName
{
background-color: #BB919D;
}
</style>
border-color css
<style>
span { border-color: #BB919D; }
span { border-color: rgb(187,145,157); }
td.TdClassName
{
border-color: #BB919D;
}
.TagClassName
{
border-color: #BB919D;
}
</style>