Shades of Medium Red Violet #BD407E
Tints of Medium Red Violet #BD407E
RGB
CMYK
RGB Variations
Color information
#BD407E (or 0xBD407E) is known color: Medium Red Violet. HEX triplet: BD, 40 and 7E. RGB value is (189,64,126). Sum of RGB (Red+Green+Blue) = 189+64+126=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD407E is #42BF81. Grayscale: #6C6C6C. Windows color (decimal): -4374402 or 8274109. OLE color: 8274109.
HSL color Cylindrical-coordinate representation of color #BD407E: hue angle of 330.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD407E is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 126 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.26 |
| HSL | 330.24º | 0.49% | 0.5% | - |
| HSV(B) | 330.24º | 0.66% | 0.74% | - |
| XYZ | 26.59 | 15.99 | 21.42 | - |
| YUV | 108.44 | 137.91 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 126 | 0 | 0.66 | 0.33 | 0.26 | 330.24 | 0.49 | 0.5 |
| Hex | BD | 40 | 7E | 0 | 42 | 21 | 1A | 14A | 31 | 32 |
| Octal | 275 | 100 | 176 | 0 | 102 | 41 | 32 | 512 | 61 | 62 |
| Binary | 10111101 | 1000000 | 1111110 | 0 | 1000010 | 100001 | 11010 | 101001010 | 110001 | 110010 |
Color Harmonies of #BD407E
Complementary color
Monochromatic Colors of #BD407E
Black with #BD407E
Text Example
Text Example
White with #BD407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD407E; }
p { color: rgb(189,64,126); }
H1.HeaderClassName
{
color: #BD407E;
}
.AnyTagClassName
{
color: #BD407E;
}
</style>
background-color css
<style>
a { background-color: #BD407E; }
a { background-color: rgb(189,64,126); }
div.DivClassName
{
background-color: #BD407E;
}
.BgClassName
{
background-color: #BD407E;
}
</style>
border-color css
<style>
span { border-color: #BD407E; }
span { border-color: rgb(189,64,126); }
td.TdClassName
{
border-color: #BD407E;
}
.TagClassName
{
border-color: #BD407E;
}
</style>