Shades of Viola #BB8FA1
Tints of Viola #BB8FA1
RGB
CMYK
RGB Variations
Color information
#BB8FA1 (or 0xBB8FA1) is known color: Viola. HEX triplet: BB, 8F and A1. RGB value is (187,143,161). Sum of RGB (Red+Green+Blue) = 187+143+161=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8FA1 is #44705E. Grayscale: #9E9E9E. Windows color (decimal): -4485215 or 10588091. OLE color: 10588091.
HSL color Cylindrical-coordinate representation of color #BB8FA1: hue angle of 335.45º 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 #BB8FA1 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 161 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.27 |
| HSL | 335.45º | 0.24% | 0.65% | - |
| HSV(B) | 335.45º | 0.24% | 0.73% | - |
| XYZ | 36.75 | 32.78 | 38.11 | - |
| YUV | 158.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 161 | 0 | 0.24 | 0.14 | 0.27 | 335.45 | 0.24 | 0.65 |
| Hex | BB | 8F | A1 | 0 | 18 | E | 1B | 14F | 18 | 41 |
| Octal | 273 | 217 | 241 | 0 | 30 | 16 | 33 | 517 | 30 | 101 |
| Binary | 10111011 | 10001111 | 10100001 | 0 | 11000 | 1110 | 11011 | 101001111 | 11000 | 1000001 |
Color Harmonies of #BB8FA1
Complementary color
Monochromatic Colors of #BB8FA1
Black with #BB8FA1
Text Example
Text Example
White with #BB8FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8FA1; }
p { color: rgb(187,143,161); }
H1.HeaderClassName
{
color: #BB8FA1;
}
.AnyTagClassName
{
color: #BB8FA1;
}
</style>
background-color css
<style>
a { background-color: #BB8FA1; }
a { background-color: rgb(187,143,161); }
div.DivClassName
{
background-color: #BB8FA1;
}
.BgClassName
{
background-color: #BB8FA1;
}
</style>
border-color css
<style>
span { border-color: #BB8FA1; }
span { border-color: rgb(187,143,161); }
td.TdClassName
{
border-color: #BB8FA1;
}
.TagClassName
{
border-color: #BB8FA1;
}
</style>