Shades of Viola #BB939A
Tints of Viola #BB939A
RGB
CMYK
RGB Variations
Color information
#BB939A (or 0xBB939A) is known color: Viola. HEX triplet: BB, 93 and 9A. RGB value is (187,147,154). Sum of RGB (Red+Green+Blue) = 187+147+154=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BB939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB939A is #446C65. Grayscale: #9F9F9F. Windows color (decimal): -4484198 or 10130363. OLE color: 10130363.
HSL color Cylindrical-coordinate representation of color #BB939A: hue angle of 349.5º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB939A is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 147 | 154 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.27 |
| HSL | 349.5º | 0.23% | 0.65% | - |
| HSV(B) | 349.5º | 0.21% | 0.73% | - |
| XYZ | 36.76 | 33.77 | 35.15 | - |
| YUV | 159.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 154 | 0 | 0.21 | 0.18 | 0.27 | 349.5 | 0.23 | 0.65 |
| Hex | BB | 93 | 9A | 0 | 15 | 12 | 1B | 15E | 17 | 41 |
| Octal | 273 | 223 | 232 | 0 | 25 | 22 | 33 | 536 | 27 | 101 |
| Binary | 10111011 | 10010011 | 10011010 | 0 | 10101 | 10010 | 11011 | 101011110 | 10111 | 1000001 |
Color Harmonies of #BB939A
Complementary color
Monochromatic Colors of #BB939A
Black with #BB939A
Text Example
Text Example
White with #BB939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB939A; }
p { color: rgb(187,147,154); }
H1.HeaderClassName
{
color: #BB939A;
}
.AnyTagClassName
{
color: #BB939A;
}
</style>
background-color css
<style>
a { background-color: #BB939A; }
a { background-color: rgb(187,147,154); }
div.DivClassName
{
background-color: #BB939A;
}
.BgClassName
{
background-color: #BB939A;
}
</style>
border-color css
<style>
span { border-color: #BB939A; }
span { border-color: rgb(187,147,154); }
td.TdClassName
{
border-color: #BB939A;
}
.TagClassName
{
border-color: #BB939A;
}
</style>