Shades of Viola #BC929D
Tints of Viola #BC929D
RGB
CMYK
RGB Variations
Color information
#BC929D (or 0xBC929D) is known color: Viola. HEX triplet: BC, 92 and 9D. RGB value is (188,146,157). Sum of RGB (Red+Green+Blue) = 188+146+157=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC929D is #436D62. Grayscale: #9F9F9F. Windows color (decimal): -4418915 or 10326716. OLE color: 10326716.
HSL color Cylindrical-coordinate representation of color #BC929D: hue angle of 344.29º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC929D is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 157 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.26 |
| HSL | 344.29º | 0.24% | 0.65% | - |
| HSV(B) | 344.29º | 0.22% | 0.74% | - |
| XYZ | 37.1 | 33.68 | 36.44 | - |
| YUV | 159.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 157 | 0 | 0.22 | 0.16 | 0.26 | 344.29 | 0.24 | 0.65 |
| Hex | BC | 92 | 9D | 0 | 16 | 10 | 1A | 158 | 18 | 41 |
| Octal | 274 | 222 | 235 | 0 | 26 | 20 | 32 | 530 | 30 | 101 |
| Binary | 10111100 | 10010010 | 10011101 | 0 | 10110 | 10000 | 11010 | 101011000 | 11000 | 1000001 |
Color Harmonies of #BC929D
Complementary color
Monochromatic Colors of #BC929D
Black with #BC929D
Text Example
Text Example
White with #BC929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC929D; }
p { color: rgb(188,146,157); }
H1.HeaderClassName
{
color: #BC929D;
}
.AnyTagClassName
{
color: #BC929D;
}
</style>
background-color css
<style>
a { background-color: #BC929D; }
a { background-color: rgb(188,146,157); }
div.DivClassName
{
background-color: #BC929D;
}
.BgClassName
{
background-color: #BC929D;
}
</style>
border-color css
<style>
span { border-color: #BC929D; }
span { border-color: rgb(188,146,157); }
td.TdClassName
{
border-color: #BC929D;
}
.TagClassName
{
border-color: #BC929D;
}
</style>