Shades of Viola #BB939D
Tints of Viola #BB939D
RGB
CMYK
RGB Variations
Color information
#BB939D (or 0xBB939D) is known color: Viola. HEX triplet: BB, 93 and 9D. RGB value is (187,147,157). Sum of RGB (Red+Green+Blue) = 187+147+157=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB939D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB939D is #446C62. Grayscale: #A0A0A0. Windows color (decimal): -4484195 or 10326971. OLE color: 10326971.
HSL color Cylindrical-coordinate representation of color #BB939D: hue angle of 345º 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 #BB939D is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 147 | 157 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.27 |
| HSL | 345º | 0.23% | 0.65% | - |
| HSV(B) | 345º | 0.21% | 0.73% | - |
| XYZ | 37.01 | 33.87 | 36.48 | - |
| YUV | 160.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 157 | 0 | 0.21 | 0.16 | 0.27 | 345 | 0.23 | 0.65 |
| Hex | BB | 93 | 9D | 0 | 15 | 10 | 1B | 159 | 17 | 41 |
| Octal | 273 | 223 | 235 | 0 | 25 | 20 | 33 | 531 | 27 | 101 |
| Binary | 10111011 | 10010011 | 10011101 | 0 | 10101 | 10000 | 11011 | 101011001 | 10111 | 1000001 |
Color Harmonies of #BB939D
Complementary color
Monochromatic Colors of #BB939D
Black with #BB939D
Text Example
Text Example
White with #BB939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB939D; }
p { color: rgb(187,147,157); }
H1.HeaderClassName
{
color: #BB939D;
}
.AnyTagClassName
{
color: #BB939D;
}
</style>
background-color css
<style>
a { background-color: #BB939D; }
a { background-color: rgb(187,147,157); }
div.DivClassName
{
background-color: #BB939D;
}
.BgClassName
{
background-color: #BB939D;
}
</style>
border-color css
<style>
span { border-color: #BB939D; }
span { border-color: rgb(187,147,157); }
td.TdClassName
{
border-color: #BB939D;
}
.TagClassName
{
border-color: #BB939D;
}
</style>