Shades of Viola #BB8A9A
Tints of Viola #BB8A9A
RGB
CMYK
RGB Variations
Color information
#BB8A9A (or 0xBB8A9A) is known color: Viola. HEX triplet: BB, 8A and 9A. RGB value is (187,138,154). Sum of RGB (Red+Green+Blue) = 187+138+154=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8A9A is #447565. Grayscale: #9A9A9A. Windows color (decimal): -4486502 or 10128059. OLE color: 10128059.
HSL color Cylindrical-coordinate representation of color #BB8A9A: hue angle of 340.41º 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 #BB8A9A is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 138 | 154 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.27 |
| HSL | 340.41º | 0.26% | 0.64% | - |
| HSV(B) | 340.41º | 0.26% | 0.73% | - |
| XYZ | 35.41 | 31.07 | 34.7 | - |
| YUV | 154.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 154 | 0 | 0.26 | 0.18 | 0.27 | 340.41 | 0.26 | 0.64 |
| Hex | BB | 8A | 9A | 0 | 1A | 12 | 1B | 154 | 1A | 40 |
| Octal | 273 | 212 | 232 | 0 | 32 | 22 | 33 | 524 | 32 | 100 |
| Binary | 10111011 | 10001010 | 10011010 | 0 | 11010 | 10010 | 11011 | 101010100 | 11010 | 1000000 |
Color Harmonies of #BB8A9A
Complementary color
Monochromatic Colors of #BB8A9A
Black with #BB8A9A
Text Example
Text Example
White with #BB8A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8A9A; }
p { color: rgb(187,138,154); }
H1.HeaderClassName
{
color: #BB8A9A;
}
.AnyTagClassName
{
color: #BB8A9A;
}
</style>
background-color css
<style>
a { background-color: #BB8A9A; }
a { background-color: rgb(187,138,154); }
div.DivClassName
{
background-color: #BB8A9A;
}
.BgClassName
{
background-color: #BB8A9A;
}
</style>
border-color css
<style>
span { border-color: #BB8A9A; }
span { border-color: rgb(187,138,154); }
td.TdClassName
{
border-color: #BB8A9A;
}
.TagClassName
{
border-color: #BB8A9A;
}
</style>