Shades of Medium Violet Red #BC1892
Tints of Medium Violet Red #BC1892
RGB
CMYK
RGB Variations
Color information
#BC1892 (or 0xBC1892) is known color: Medium Violet Red. HEX triplet: BC, 18 and 92. RGB value is (188,24,146). Sum of RGB (Red+Green+Blue) = 188+24+146=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1892 is #43E76D. Grayscale: #565656. Windows color (decimal): -4450158 or 9574588. OLE color: 9574588.
HSL color Cylindrical-coordinate representation of color #BC1892: hue angle of 315.37º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1892 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 146 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.26 |
| HSL | 315.37º | 0.77% | 0.42% | - |
| HSV(B) | 315.37º | 0.87% | 0.74% | - |
| XYZ | 26.25 | 13.42 | 28.4 | - |
| YUV | 86.94 | 161.33 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 146 | 0 | 0.87 | 0.22 | 0.26 | 315.37 | 0.77 | 0.42 |
| Hex | BC | 18 | 92 | 0 | 57 | 16 | 1A | 13B | 4D | 2A |
| Octal | 274 | 30 | 222 | 0 | 127 | 26 | 32 | 473 | 115 | 52 |
| Binary | 10111100 | 11000 | 10010010 | 0 | 1010111 | 10110 | 11010 | 100111011 | 1001101 | 101010 |
Color Harmonies of #BC1892
Complementary color
Monochromatic Colors of #BC1892
Black with #BC1892
Text Example
Text Example
White with #BC1892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1892; }
p { color: rgb(188,24,146); }
H1.HeaderClassName
{
color: #BC1892;
}
.AnyTagClassName
{
color: #BC1892;
}
</style>
background-color css
<style>
a { background-color: #BC1892; }
a { background-color: rgb(188,24,146); }
div.DivClassName
{
background-color: #BC1892;
}
.BgClassName
{
background-color: #BC1892;
}
</style>
border-color css
<style>
span { border-color: #BC1892; }
span { border-color: rgb(188,24,146); }
td.TdClassName
{
border-color: #BC1892;
}
.TagClassName
{
border-color: #BC1892;
}
</style>