Shades of Viola #BB8C9A
Tints of Viola #BB8C9A
RGB
CMYK
RGB Variations
Color information
#BB8C9A (or 0xBB8C9A) is known color: Viola. HEX triplet: BB, 8C and 9A. RGB value is (187,140,154). Sum of RGB (Red+Green+Blue) = 187+140+154=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8C9A is #447365. Grayscale: #9B9B9B. Windows color (decimal): -4485990 or 10128571. OLE color: 10128571.
HSL color Cylindrical-coordinate representation of color #BB8C9A: hue angle of 342.13º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BB8C9A is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 154 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.27 |
| HSL | 342.13º | 0.26% | 0.64% | - |
| HSV(B) | 342.13º | 0.25% | 0.73% | - |
| XYZ | 35.7 | 31.65 | 34.8 | - |
| YUV | 155.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 154 | 0 | 0.25 | 0.18 | 0.27 | 342.13 | 0.26 | 0.64 |
| Hex | BB | 8C | 9A | 0 | 19 | 12 | 1B | 156 | 1A | 40 |
| Octal | 273 | 214 | 232 | 0 | 31 | 22 | 33 | 526 | 32 | 100 |
| Binary | 10111011 | 10001100 | 10011010 | 0 | 11001 | 10010 | 11011 | 101010110 | 11010 | 1000000 |
Color Harmonies of #BB8C9A
Complementary color
Monochromatic Colors of #BB8C9A
Black with #BB8C9A
Text Example
Text Example
White with #BB8C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8C9A; }
p { color: rgb(187,140,154); }
H1.HeaderClassName
{
color: #BB8C9A;
}
.AnyTagClassName
{
color: #BB8C9A;
}
</style>
background-color css
<style>
a { background-color: #BB8C9A; }
a { background-color: rgb(187,140,154); }
div.DivClassName
{
background-color: #BB8C9A;
}
.BgClassName
{
background-color: #BB8C9A;
}
</style>
border-color css
<style>
span { border-color: #BB8C9A; }
span { border-color: rgb(187,140,154); }
td.TdClassName
{
border-color: #BB8C9A;
}
.TagClassName
{
border-color: #BB8C9A;
}
</style>