Shades of Medium Violet Red #BD007A
Tints of Medium Violet Red #BD007A
RGB
CMYK
RGB Variations
Color information
#BD007A (or 0xBD007A) is known color: Medium Violet Red. HEX triplet: BD, 00 and 7A. RGB value is (189,0,122). Sum of RGB (Red+Green+Blue) = 189+0+122=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD007A is #42FF85. Grayscale: #464646. Windows color (decimal): -4390790 or 7995581. OLE color: 7995581.
HSL color Cylindrical-coordinate representation of color #BD007A: hue angle of 321.27º 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 #BD007A is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.35 | 0.26 |
| HSL | 321.27º | 1% | 0.37% | - |
| HSV(B) | 321.27º | 1% | 0.74% | - |
| XYZ | 24.5 | 12.22 | 19.48 | - |
| YUV | 70.42 | 157.12 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 122 | 0 | 1 | 0.35 | 0.26 | 321.27 | 1 | 0.37 |
| Hex | BD | 0 | 7A | 0 | 64 | 23 | 1A | 141 | 64 | 25 |
| Octal | 275 | 0 | 172 | 0 | 144 | 43 | 32 | 501 | 144 | 45 |
| Binary | 10111101 | 0 | 1111010 | 0 | 1100100 | 100011 | 11010 | 101000001 | 1100100 | 100101 |
Color Harmonies of #BD007A
Complementary color
Monochromatic Colors of #BD007A
Black with #BD007A
Text Example
Text Example
White with #BD007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD007A; }
p { color: rgb(189,0,122); }
H1.HeaderClassName
{
color: #BD007A;
}
.AnyTagClassName
{
color: #BD007A;
}
</style>
background-color css
<style>
a { background-color: #BD007A; }
a { background-color: rgb(189,0,122); }
div.DivClassName
{
background-color: #BD007A;
}
.BgClassName
{
background-color: #BD007A;
}
</style>
border-color css
<style>
span { border-color: #BD007A; }
span { border-color: rgb(189,0,122); }
td.TdClassName
{
border-color: #BD007A;
}
.TagClassName
{
border-color: #BD007A;
}
</style>