Shades of Medium Violet Red #BD037E
Tints of Medium Violet Red #BD037E
RGB
CMYK
RGB Variations
Color information
#BD037E (or 0xBD037E) is known color: Medium Violet Red. HEX triplet: BD, 03 and 7E. RGB value is (189,3,126). Sum of RGB (Red+Green+Blue) = 189+3+126=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD037E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD037E is #42FC81. Grayscale: #484848. Windows color (decimal): -4390018 or 8258493. OLE color: 8258493.
HSL color Cylindrical-coordinate representation of color #BD037E: hue angle of 320.32º degrees, saturation: 0.97, 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 #BD037E is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 126 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.26 |
| HSL | 320.32º | 0.97% | 0.38% | - |
| HSV(B) | 320.32º | 0.98% | 0.74% | - |
| XYZ | 24.78 | 12.39 | 20.82 | - |
| YUV | 72.64 | 158.12 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 126 | 0 | 0.98 | 0.33 | 0.26 | 320.32 | 0.97 | 0.38 |
| Hex | BD | 3 | 7E | 0 | 62 | 21 | 1A | 140 | 61 | 26 |
| Octal | 275 | 3 | 176 | 0 | 142 | 41 | 32 | 500 | 141 | 46 |
| Binary | 10111101 | 11 | 1111110 | 0 | 1100010 | 100001 | 11010 | 101000000 | 1100001 | 100110 |
Color Harmonies of #BD037E
Complementary color
Monochromatic Colors of #BD037E
Black with #BD037E
Text Example
Text Example
White with #BD037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD037E; }
p { color: rgb(189,3,126); }
H1.HeaderClassName
{
color: #BD037E;
}
.AnyTagClassName
{
color: #BD037E;
}
</style>
background-color css
<style>
a { background-color: #BD037E; }
a { background-color: rgb(189,3,126); }
div.DivClassName
{
background-color: #BD037E;
}
.BgClassName
{
background-color: #BD037E;
}
</style>
border-color css
<style>
span { border-color: #BD037E; }
span { border-color: rgb(189,3,126); }
td.TdClassName
{
border-color: #BD037E;
}
.TagClassName
{
border-color: #BD037E;
}
</style>