Shades of Medium Violet Red #BD0080
Tints of Medium Violet Red #BD0080
RGB
CMYK
RGB Variations
Color information
#BD0080 (or 0xBD0080) is known color: Medium Violet Red. HEX triplet: BD, 00 and 80. RGB value is (189,0,128). Sum of RGB (Red+Green+Blue) = 189+0+128=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0080 is #42FF7F. Grayscale: #464646. Windows color (decimal): -4390784 or 8388797. OLE color: 8388797.
HSL color Cylindrical-coordinate representation of color #BD0080: hue angle of 319.37º 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 #BD0080 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.32 | 0.26 |
| HSL | 319.37º | 1% | 0.37% | - |
| HSV(B) | 319.37º | 1% | 0.74% | - |
| XYZ | 24.88 | 12.38 | 21.5 | - |
| YUV | 71.1 | 160.12 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 128 | 0 | 1 | 0.32 | 0.26 | 319.37 | 1 | 0.37 |
| Hex | BD | 0 | 80 | 0 | 64 | 20 | 1A | 13F | 64 | 25 |
| Octal | 275 | 0 | 200 | 0 | 144 | 40 | 32 | 477 | 144 | 45 |
| Binary | 10111101 | 0 | 10000000 | 0 | 1100100 | 100000 | 11010 | 100111111 | 1100100 | 100101 |
Color Harmonies of #BD0080
Complementary color
Monochromatic Colors of #BD0080
Black with #BD0080
Text Example
Text Example
White with #BD0080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0080; }
p { color: rgb(189,0,128); }
H1.HeaderClassName
{
color: #BD0080;
}
.AnyTagClassName
{
color: #BD0080;
}
</style>
background-color css
<style>
a { background-color: #BD0080; }
a { background-color: rgb(189,0,128); }
div.DivClassName
{
background-color: #BD0080;
}
.BgClassName
{
background-color: #BD0080;
}
</style>
border-color css
<style>
span { border-color: #BD0080; }
span { border-color: rgb(189,0,128); }
td.TdClassName
{
border-color: #BD0080;
}
.TagClassName
{
border-color: #BD0080;
}
</style>