Shades of Medium Violet Red #BC037C
Tints of Medium Violet Red #BC037C
RGB
CMYK
RGB Variations
Color information
#BC037C (or 0xBC037C) is known color: Medium Violet Red. HEX triplet: BC, 03 and 7C. RGB value is (188,3,124). Sum of RGB (Red+Green+Blue) = 188+3+124=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC037C is #43FC83. Grayscale: #474747. Windows color (decimal): -4455556 or 8127420. OLE color: 8127420.
HSL color Cylindrical-coordinate representation of color #BC037C: hue angle of 320.76º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC037C is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.26 |
| HSL | 320.76º | 0.97% | 0.37% | - |
| HSV(B) | 320.76º | 0.98% | 0.74% | - |
| XYZ | 24.41 | 12.21 | 20.14 | - |
| YUV | 72.11 | 157.29 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 124 | 0 | 0.98 | 0.34 | 0.26 | 320.76 | 0.97 | 0.37 |
| Hex | BC | 3 | 7C | 0 | 62 | 22 | 1A | 141 | 61 | 25 |
| Octal | 274 | 3 | 174 | 0 | 142 | 42 | 32 | 501 | 141 | 45 |
| Binary | 10111100 | 11 | 1111100 | 0 | 1100010 | 100010 | 11010 | 101000001 | 1100001 | 100101 |
Color Harmonies of #BC037C
Complementary color
Monochromatic Colors of #BC037C
Black with #BC037C
Text Example
Text Example
White with #BC037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC037C; }
p { color: rgb(188,3,124); }
H1.HeaderClassName
{
color: #BC037C;
}
.AnyTagClassName
{
color: #BC037C;
}
</style>
background-color css
<style>
a { background-color: #BC037C; }
a { background-color: rgb(188,3,124); }
div.DivClassName
{
background-color: #BC037C;
}
.BgClassName
{
background-color: #BC037C;
}
</style>
border-color css
<style>
span { border-color: #BC037C; }
span { border-color: rgb(188,3,124); }
td.TdClassName
{
border-color: #BC037C;
}
.TagClassName
{
border-color: #BC037C;
}
</style>