Shades of Medium Red Violet #BD417F
Tints of Medium Red Violet #BD417F
RGB
CMYK
RGB Variations
Color information
#BD417F (or 0xBD417F) is known color: Medium Red Violet. HEX triplet: BD, 41 and 7F. RGB value is (189,65,127). Sum of RGB (Red+Green+Blue) = 189+65+127=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD417F is #42BE80. Grayscale: #6D6D6D. Windows color (decimal): -4374145 or 8339901. OLE color: 8339901.
HSL color Cylindrical-coordinate representation of color #BD417F: hue angle of 330º 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 #BD417F is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 127 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.26 |
| HSL | 330º | 0.49% | 0.5% | - |
| HSV(B) | 330º | 0.66% | 0.74% | - |
| XYZ | 26.71 | 16.13 | 21.78 | - |
| YUV | 109.14 | 138.08 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 127 | 0 | 0.66 | 0.33 | 0.26 | 330 | 0.49 | 0.5 |
| Hex | BD | 41 | 7F | 0 | 42 | 21 | 1A | 14A | 31 | 32 |
| Octal | 275 | 101 | 177 | 0 | 102 | 41 | 32 | 512 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1111111 | 0 | 1000010 | 100001 | 11010 | 101001010 | 110001 | 110010 |
Color Harmonies of #BD417F
Complementary color
Monochromatic Colors of #BD417F
Black with #BD417F
Text Example
Text Example
White with #BD417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD417F; }
p { color: rgb(189,65,127); }
H1.HeaderClassName
{
color: #BD417F;
}
.AnyTagClassName
{
color: #BD417F;
}
</style>
background-color css
<style>
a { background-color: #BD417F; }
a { background-color: rgb(189,65,127); }
div.DivClassName
{
background-color: #BD417F;
}
.BgClassName
{
background-color: #BD417F;
}
</style>
border-color css
<style>
span { border-color: #BD417F; }
span { border-color: rgb(189,65,127); }
td.TdClassName
{
border-color: #BD417F;
}
.TagClassName
{
border-color: #BD417F;
}
</style>