Shades of Viola #BC929E
Tints of Viola #BC929E
RGB
CMYK
RGB Variations
Color information
#BC929E (or 0xBC929E) is known color: Viola. HEX triplet: BC, 92 and 9E. RGB value is (188,146,158). Sum of RGB (Red+Green+Blue) = 188+146+158=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC929E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC929E is #436D61. Grayscale: #9F9F9F. Windows color (decimal): -4418914 or 10392252. OLE color: 10392252.
HSL color Cylindrical-coordinate representation of color #BC929E: hue angle of 342.86º 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 #BC929E is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 158 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.26 |
| HSL | 342.86º | 0.24% | 0.65% | - |
| HSV(B) | 342.86º | 0.22% | 0.74% | - |
| XYZ | 37.19 | 33.72 | 36.9 | - |
| YUV | 159.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 158 | 0 | 0.22 | 0.16 | 0.26 | 342.86 | 0.24 | 0.65 |
| Hex | BC | 92 | 9E | 0 | 16 | 10 | 1A | 157 | 18 | 41 |
| Octal | 274 | 222 | 236 | 0 | 26 | 20 | 32 | 527 | 30 | 101 |
| Binary | 10111100 | 10010010 | 10011110 | 0 | 10110 | 10000 | 11010 | 101010111 | 11000 | 1000001 |
Color Harmonies of #BC929E
Complementary color
Monochromatic Colors of #BC929E
Black with #BC929E
Text Example
Text Example
White with #BC929E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC929E; }
p { color: rgb(188,146,158); }
H1.HeaderClassName
{
color: #BC929E;
}
.AnyTagClassName
{
color: #BC929E;
}
</style>
background-color css
<style>
a { background-color: #BC929E; }
a { background-color: rgb(188,146,158); }
div.DivClassName
{
background-color: #BC929E;
}
.BgClassName
{
background-color: #BC929E;
}
</style>
border-color css
<style>
span { border-color: #BC929E; }
span { border-color: rgb(188,146,158); }
td.TdClassName
{
border-color: #BC929E;
}
.TagClassName
{
border-color: #BC929E;
}
</style>