Shades of Medium Violet Red #BD007F
Tints of Medium Violet Red #BD007F
RGB
CMYK
RGB Variations
Color information
#BD007F (or 0xBD007F) is known color: Medium Violet Red. HEX triplet: BD, 00 and 7F. RGB value is (189,0,127). Sum of RGB (Red+Green+Blue) = 189+0+127=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD007F is #42FF80. Grayscale: #464646. Windows color (decimal): -4390785 or 8323261. OLE color: 8323261.
HSL color Cylindrical-coordinate representation of color #BD007F: hue angle of 319.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD007F is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.33 | 0.26 |
| HSL | 319.68º | 1% | 0.37% | - |
| HSV(B) | 319.68º | 1% | 0.74% | - |
| XYZ | 24.82 | 12.35 | 21.15 | - |
| YUV | 70.99 | 159.62 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 127 | 0 | 1 | 0.33 | 0.26 | 319.68 | 1 | 0.37 |
| Hex | BD | 0 | 7F | 0 | 64 | 21 | 1A | 140 | 64 | 25 |
| Octal | 275 | 0 | 177 | 0 | 144 | 41 | 32 | 500 | 144 | 45 |
| Binary | 10111101 | 0 | 1111111 | 0 | 1100100 | 100001 | 11010 | 101000000 | 1100100 | 100101 |
Color Harmonies of #BD007F
Complementary color
Monochromatic Colors of #BD007F
Black with #BD007F
Text Example
Text Example
White with #BD007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD007F; }
p { color: rgb(189,0,127); }
H1.HeaderClassName
{
color: #BD007F;
}
.AnyTagClassName
{
color: #BD007F;
}
</style>
background-color css
<style>
a { background-color: #BD007F; }
a { background-color: rgb(189,0,127); }
div.DivClassName
{
background-color: #BD007F;
}
.BgClassName
{
background-color: #BD007F;
}
</style>
border-color css
<style>
span { border-color: #BD007F; }
span { border-color: rgb(189,0,127); }
td.TdClassName
{
border-color: #BD007F;
}
.TagClassName
{
border-color: #BD007F;
}
</style>