Shades of Medium Violet Red #BC037D
Tints of Medium Violet Red #BC037D
RGB
CMYK
RGB Variations
Color information
#BC037D (or 0xBC037D) is known color: Medium Violet Red. HEX triplet: BC, 03 and 7D. RGB value is (188,3,125). Sum of RGB (Red+Green+Blue) = 188+3+125=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC037D is #43FC82. Grayscale: #474747. Windows color (decimal): -4455555 or 8192956. OLE color: 8192956.
HSL color Cylindrical-coordinate representation of color #BC037D: hue angle of 320.43º 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 #BC037D is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 125 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.26 |
| HSL | 320.43º | 0.97% | 0.37% | - |
| HSV(B) | 320.43º | 0.98% | 0.74% | - |
| XYZ | 24.47 | 12.24 | 20.47 | - |
| YUV | 72.22 | 157.79 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 125 | 0 | 0.98 | 0.34 | 0.26 | 320.43 | 0.97 | 0.37 |
| Hex | BC | 3 | 7D | 0 | 62 | 22 | 1A | 140 | 61 | 25 |
| Octal | 274 | 3 | 175 | 0 | 142 | 42 | 32 | 500 | 141 | 45 |
| Binary | 10111100 | 11 | 1111101 | 0 | 1100010 | 100010 | 11010 | 101000000 | 1100001 | 100101 |
Color Harmonies of #BC037D
Complementary color
Monochromatic Colors of #BC037D
Black with #BC037D
Text Example
Text Example
White with #BC037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC037D; }
p { color: rgb(188,3,125); }
H1.HeaderClassName
{
color: #BC037D;
}
.AnyTagClassName
{
color: #BC037D;
}
</style>
background-color css
<style>
a { background-color: #BC037D; }
a { background-color: rgb(188,3,125); }
div.DivClassName
{
background-color: #BC037D;
}
.BgClassName
{
background-color: #BC037D;
}
</style>
border-color css
<style>
span { border-color: #BC037D; }
span { border-color: rgb(188,3,125); }
td.TdClassName
{
border-color: #BC037D;
}
.TagClassName
{
border-color: #BC037D;
}
</style>