Shades of Viola #BB8A93
Tints of Viola #BB8A93
RGB
CMYK
RGB Variations
Color information
#BB8A93 (or 0xBB8A93) is known color: Viola. HEX triplet: BB, 8A and 93. RGB value is (187,138,147). Sum of RGB (Red+Green+Blue) = 187+138+147=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8A93 is #44756C. Grayscale: #999999. Windows color (decimal): -4486509 or 9669307. OLE color: 9669307.
HSL color Cylindrical-coordinate representation of color #BB8A93: hue angle of 348.98º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB8A93 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 138 | 147 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.27 |
| HSL | 348.98º | 0.26% | 0.64% | - |
| HSV(B) | 348.98º | 0.26% | 0.73% | - |
| XYZ | 34.85 | 30.85 | 31.72 | - |
| YUV | 153.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 147 | 0 | 0.26 | 0.21 | 0.27 | 348.98 | 0.26 | 0.64 |
| Hex | BB | 8A | 93 | 0 | 1A | 15 | 1B | 15D | 1A | 40 |
| Octal | 273 | 212 | 223 | 0 | 32 | 25 | 33 | 535 | 32 | 100 |
| Binary | 10111011 | 10001010 | 10010011 | 0 | 11010 | 10101 | 11011 | 101011101 | 11010 | 1000000 |
Color Harmonies of #BB8A93
Complementary color
Monochromatic Colors of #BB8A93
Black with #BB8A93
Text Example
Text Example
White with #BB8A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8A93; }
p { color: rgb(187,138,147); }
H1.HeaderClassName
{
color: #BB8A93;
}
.AnyTagClassName
{
color: #BB8A93;
}
</style>
background-color css
<style>
a { background-color: #BB8A93; }
a { background-color: rgb(187,138,147); }
div.DivClassName
{
background-color: #BB8A93;
}
.BgClassName
{
background-color: #BB8A93;
}
</style>
border-color css
<style>
span { border-color: #BB8A93; }
span { border-color: rgb(187,138,147); }
td.TdClassName
{
border-color: #BB8A93;
}
.TagClassName
{
border-color: #BB8A93;
}
</style>