Shades of Viola #BB8993
Tints of Viola #BB8993
RGB
CMYK
RGB Variations
Color information
#BB8993 (or 0xBB8993) is known color: Viola. HEX triplet: BB, 89 and 93. RGB value is (187,137,147). Sum of RGB (Red+Green+Blue) = 187+137+147=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8993 is #44766C. Grayscale: #999999. Windows color (decimal): -4486765 or 9669051. OLE color: 9669051.
HSL color Cylindrical-coordinate representation of color #BB8993: hue angle of 348º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB8993 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 137 | 147 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.27 |
| HSL | 348º | 0.27% | 0.64% | - |
| HSV(B) | 348º | 0.27% | 0.73% | - |
| XYZ | 34.71 | 30.56 | 31.67 | - |
| YUV | 153.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 147 | 0 | 0.27 | 0.21 | 0.27 | 348 | 0.27 | 0.64 |
| Hex | BB | 89 | 93 | 0 | 1B | 15 | 1B | 15C | 1B | 40 |
| Octal | 273 | 211 | 223 | 0 | 33 | 25 | 33 | 534 | 33 | 100 |
| Binary | 10111011 | 10001001 | 10010011 | 0 | 11011 | 10101 | 11011 | 101011100 | 11011 | 1000000 |
Color Harmonies of #BB8993
Complementary color
Monochromatic Colors of #BB8993
Black with #BB8993
Text Example
Text Example
White with #BB8993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8993; }
p { color: rgb(187,137,147); }
H1.HeaderClassName
{
color: #BB8993;
}
.AnyTagClassName
{
color: #BB8993;
}
</style>
background-color css
<style>
a { background-color: #BB8993; }
a { background-color: rgb(187,137,147); }
div.DivClassName
{
background-color: #BB8993;
}
.BgClassName
{
background-color: #BB8993;
}
</style>
border-color css
<style>
span { border-color: #BB8993; }
span { border-color: rgb(187,137,147); }
td.TdClassName
{
border-color: #BB8993;
}
.TagClassName
{
border-color: #BB8993;
}
</style>