Shades of Viola #BC939D
Tints of Viola #BC939D
RGB
CMYK
RGB Variations
Color information
#BC939D (or 0xBC939D) is known color: Viola. HEX triplet: BC, 93 and 9D. RGB value is (188,147,157). Sum of RGB (Red+Green+Blue) = 188+147+157=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC939D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC939D is #436C62. Grayscale: #A0A0A0. Windows color (decimal): -4418659 or 10326972. OLE color: 10326972.
HSL color Cylindrical-coordinate representation of color #BC939D: hue angle of 345.37º 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 #BC939D is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 157 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.26 |
| HSL | 345.37º | 0.23% | 0.66% | - |
| HSV(B) | 345.37º | 0.22% | 0.74% | - |
| XYZ | 37.26 | 33.99 | 36.5 | - |
| YUV | 160.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 157 | 0 | 0.22 | 0.16 | 0.26 | 345.37 | 0.23 | 0.66 |
| Hex | BC | 93 | 9D | 0 | 16 | 10 | 1A | 159 | 17 | 42 |
| Octal | 274 | 223 | 235 | 0 | 26 | 20 | 32 | 531 | 27 | 102 |
| Binary | 10111100 | 10010011 | 10011101 | 0 | 10110 | 10000 | 11010 | 101011001 | 10111 | 1000010 |
Color Harmonies of #BC939D
Complementary color
Monochromatic Colors of #BC939D
Black with #BC939D
Text Example
Text Example
White with #BC939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC939D; }
p { color: rgb(188,147,157); }
H1.HeaderClassName
{
color: #BC939D;
}
.AnyTagClassName
{
color: #BC939D;
}
</style>
background-color css
<style>
a { background-color: #BC939D; }
a { background-color: rgb(188,147,157); }
div.DivClassName
{
background-color: #BC939D;
}
.BgClassName
{
background-color: #BC939D;
}
</style>
border-color css
<style>
span { border-color: #BC939D; }
span { border-color: rgb(188,147,157); }
td.TdClassName
{
border-color: #BC939D;
}
.TagClassName
{
border-color: #BC939D;
}
</style>