Shades of Viola #BC939B
Tints of Viola #BC939B
RGB
CMYK
RGB Variations
Color information
#BC939B (or 0xBC939B) is known color: Viola. HEX triplet: BC, 93 and 9B. RGB value is (188,147,155). Sum of RGB (Red+Green+Blue) = 188+147+155=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC939B is #436C64. Grayscale: #A0A0A0. Windows color (decimal): -4418661 or 10195900. OLE color: 10195900.
HSL color Cylindrical-coordinate representation of color #BC939B: hue angle of 348.29º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC939B is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 155 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.26 |
| HSL | 348.29º | 0.23% | 0.66% | - |
| HSV(B) | 348.29º | 0.22% | 0.74% | - |
| XYZ | 37.09 | 33.93 | 35.6 | - |
| YUV | 160.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 155 | 0 | 0.22 | 0.18 | 0.26 | 348.29 | 0.23 | 0.66 |
| Hex | BC | 93 | 9B | 0 | 16 | 12 | 1A | 15C | 17 | 42 |
| Octal | 274 | 223 | 233 | 0 | 26 | 22 | 32 | 534 | 27 | 102 |
| Binary | 10111100 | 10010011 | 10011011 | 0 | 10110 | 10010 | 11010 | 101011100 | 10111 | 1000010 |
Color Harmonies of #BC939B
Complementary color
Monochromatic Colors of #BC939B
Black with #BC939B
Text Example
Text Example
White with #BC939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC939B; }
p { color: rgb(188,147,155); }
H1.HeaderClassName
{
color: #BC939B;
}
.AnyTagClassName
{
color: #BC939B;
}
</style>
background-color css
<style>
a { background-color: #BC939B; }
a { background-color: rgb(188,147,155); }
div.DivClassName
{
background-color: #BC939B;
}
.BgClassName
{
background-color: #BC939B;
}
</style>
border-color css
<style>
span { border-color: #BC939B; }
span { border-color: rgb(188,147,155); }
td.TdClassName
{
border-color: #BC939B;
}
.TagClassName
{
border-color: #BC939B;
}
</style>