Shades of Medium Violet Red #BD0280
Tints of Medium Violet Red #BD0280
RGB
CMYK
RGB Variations
Color information
#BD0280 (or 0xBD0280) is known color: Medium Violet Red. HEX triplet: BD, 02 and 80. RGB value is (189,2,128). Sum of RGB (Red+Green+Blue) = 189+2+128=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0280 is #42FD7F. Grayscale: #474747. Windows color (decimal): -4390272 or 8389309. OLE color: 8389309.
HSL color Cylindrical-coordinate representation of color #BD0280: hue angle of 319.57º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0280 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 128 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.26 |
| HSL | 319.57º | 0.98% | 0.37% | - |
| HSV(B) | 319.57º | 0.99% | 0.74% | - |
| XYZ | 24.9 | 12.42 | 21.51 | - |
| YUV | 72.28 | 159.45 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 128 | 0 | 0.99 | 0.32 | 0.26 | 319.57 | 0.98 | 0.37 |
| Hex | BD | 2 | 80 | 0 | 63 | 20 | 1A | 140 | 62 | 25 |
| Octal | 275 | 2 | 200 | 0 | 143 | 40 | 32 | 500 | 142 | 45 |
| Binary | 10111101 | 10 | 10000000 | 0 | 1100011 | 100000 | 11010 | 101000000 | 1100010 | 100101 |
Color Harmonies of #BD0280
Complementary color
Monochromatic Colors of #BD0280
Black with #BD0280
Text Example
Text Example
White with #BD0280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0280; }
p { color: rgb(189,2,128); }
H1.HeaderClassName
{
color: #BD0280;
}
.AnyTagClassName
{
color: #BD0280;
}
</style>
background-color css
<style>
a { background-color: #BD0280; }
a { background-color: rgb(189,2,128); }
div.DivClassName
{
background-color: #BD0280;
}
.BgClassName
{
background-color: #BD0280;
}
</style>
border-color css
<style>
span { border-color: #BD0280; }
span { border-color: rgb(189,2,128); }
td.TdClassName
{
border-color: #BD0280;
}
.TagClassName
{
border-color: #BD0280;
}
</style>