Shades of Medium Violet Red #BD047C
Tints of Medium Violet Red #BD047C
RGB
CMYK
RGB Variations
Color information
#BD047C (or 0xBD047C) is known color: Medium Violet Red. HEX triplet: BD, 04 and 7C. RGB value is (189,4,124). Sum of RGB (Red+Green+Blue) = 189+4+124=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD047C is #42FB83. Grayscale: #484848. Windows color (decimal): -4389764 or 8127677. OLE color: 8127677.
HSL color Cylindrical-coordinate representation of color #BD047C: hue angle of 321.08º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD047C is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 124 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.26 |
| HSL | 321.08º | 0.96% | 0.38% | - |
| HSV(B) | 321.08º | 0.98% | 0.74% | - |
| XYZ | 24.67 | 12.36 | 20.15 | - |
| YUV | 73 | 156.79 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 124 | 0 | 0.98 | 0.34 | 0.26 | 321.08 | 0.96 | 0.38 |
| Hex | BD | 4 | 7C | 0 | 62 | 22 | 1A | 141 | 60 | 26 |
| Octal | 275 | 4 | 174 | 0 | 142 | 42 | 32 | 501 | 140 | 46 |
| Binary | 10111101 | 100 | 1111100 | 0 | 1100010 | 100010 | 11010 | 101000001 | 1100000 | 100110 |
Color Harmonies of #BD047C
Complementary color
Monochromatic Colors of #BD047C
Black with #BD047C
Text Example
Text Example
White with #BD047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD047C; }
p { color: rgb(189,4,124); }
H1.HeaderClassName
{
color: #BD047C;
}
.AnyTagClassName
{
color: #BD047C;
}
</style>
background-color css
<style>
a { background-color: #BD047C; }
a { background-color: rgb(189,4,124); }
div.DivClassName
{
background-color: #BD047C;
}
.BgClassName
{
background-color: #BD047C;
}
</style>
border-color css
<style>
span { border-color: #BD047C; }
span { border-color: rgb(189,4,124); }
td.TdClassName
{
border-color: #BD047C;
}
.TagClassName
{
border-color: #BD047C;
}
</style>