Shades of Viola #BB8F93
Tints of Viola #BB8F93
RGB
CMYK
RGB Variations
Color information
#BB8F93 (or 0xBB8F93) is known color: Viola. HEX triplet: BB, 8F and 93. RGB value is (187,143,147). Sum of RGB (Red+Green+Blue) = 187+143+147=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8F93 is #44706C. Grayscale: #9C9C9C. Windows color (decimal): -4485229 or 9670587. OLE color: 9670587.
HSL color Cylindrical-coordinate representation of color #BB8F93: hue angle of 354.55º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB8F93 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 147 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.27 |
| HSL | 354.55º | 0.24% | 0.65% | - |
| HSV(B) | 354.55º | 0.24% | 0.73% | - |
| XYZ | 35.58 | 32.32 | 31.97 | - |
| YUV | 156.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 147 | 0 | 0.24 | 0.21 | 0.27 | 354.55 | 0.24 | 0.65 |
| Hex | BB | 8F | 93 | 0 | 18 | 15 | 1B | 163 | 18 | 41 |
| Octal | 273 | 217 | 223 | 0 | 30 | 25 | 33 | 543 | 30 | 101 |
| Binary | 10111011 | 10001111 | 10010011 | 0 | 11000 | 10101 | 11011 | 101100011 | 11000 | 1000001 |
Color Harmonies of #BB8F93
Complementary color
Monochromatic Colors of #BB8F93
Black with #BB8F93
Text Example
Text Example
White with #BB8F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F93; }
p { color: rgb(187,143,147); }
H1.HeaderClassName
{
color: #BB8F93;
}
.AnyTagClassName
{
color: #BB8F93;
}
</style>
background-color css
<style>
a { background-color: #BB8F93; }
a { background-color: rgb(187,143,147); }
div.DivClassName
{
background-color: #BB8F93;
}
.BgClassName
{
background-color: #BB8F93;
}
</style>
border-color css
<style>
span { border-color: #BB8F93; }
span { border-color: rgb(187,143,147); }
td.TdClassName
{
border-color: #BB8F93;
}
.TagClassName
{
border-color: #BB8F93;
}
</style>