Shades of Medium Violet Red #BC2192
Tints of Medium Violet Red #BC2192
RGB
CMYK
RGB Variations
Color information
#BC2192 (or 0xBC2192) is known color: Medium Violet Red. HEX triplet: BC, 21 and 92. RGB value is (188,33,146). Sum of RGB (Red+Green+Blue) = 188+33+146=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2192 is #43DE6D. Grayscale: #5B5B5B. Windows color (decimal): -4447854 or 9576892. OLE color: 9576892.
HSL color Cylindrical-coordinate representation of color #BC2192: hue angle of 316.26º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2192 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 146 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.26 |
| HSL | 316.26º | 0.7% | 0.43% | - |
| HSV(B) | 316.26º | 0.82% | 0.74% | - |
| XYZ | 26.47 | 13.85 | 28.47 | - |
| YUV | 92.23 | 158.35 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 146 | 0 | 0.82 | 0.22 | 0.26 | 316.26 | 0.7 | 0.43 |
| Hex | BC | 21 | 92 | 0 | 52 | 16 | 1A | 13C | 46 | 2B |
| Octal | 274 | 41 | 222 | 0 | 122 | 26 | 32 | 474 | 106 | 53 |
| Binary | 10111100 | 100001 | 10010010 | 0 | 1010010 | 10110 | 11010 | 100111100 | 1000110 | 101011 |
Color Harmonies of #BC2192
Complementary color
Monochromatic Colors of #BC2192
Black with #BC2192
Text Example
Text Example
White with #BC2192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2192; }
p { color: rgb(188,33,146); }
H1.HeaderClassName
{
color: #BC2192;
}
.AnyTagClassName
{
color: #BC2192;
}
</style>
background-color css
<style>
a { background-color: #BC2192; }
a { background-color: rgb(188,33,146); }
div.DivClassName
{
background-color: #BC2192;
}
.BgClassName
{
background-color: #BC2192;
}
</style>
border-color css
<style>
span { border-color: #BC2192; }
span { border-color: rgb(188,33,146); }
td.TdClassName
{
border-color: #BC2192;
}
.TagClassName
{
border-color: #BC2192;
}
</style>