Shades of Medium Red Violet #BD2880
Tints of Medium Red Violet #BD2880
RGB
CMYK
RGB Variations
Color information
#BD2880 (or 0xBD2880) is known color: Medium Red Violet. HEX triplet: BD, 28 and 80. RGB value is (189,40,128). Sum of RGB (Red+Green+Blue) = 189+40+128=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2880 is #42D77F. Grayscale: #5E5E5E. Windows color (decimal): -4380544 or 8399037. OLE color: 8399037.
HSL color Cylindrical-coordinate representation of color #BD2880: hue angle of 324.56º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2880 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 40 | 128 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.26 |
| HSL | 324.56º | 0.65% | 0.45% | - |
| HSV(B) | 324.56º | 0.79% | 0.74% | - |
| XYZ | 25.64 | 13.89 | 21.75 | - |
| YUV | 94.58 | 146.86 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 128 | 0 | 0.79 | 0.32 | 0.26 | 324.56 | 0.65 | 0.45 |
| Hex | BD | 28 | 80 | 0 | 4F | 20 | 1A | 145 | 41 | 2D |
| Octal | 275 | 50 | 200 | 0 | 117 | 40 | 32 | 505 | 101 | 55 |
| Binary | 10111101 | 101000 | 10000000 | 0 | 1001111 | 100000 | 11010 | 101000101 | 1000001 | 101101 |
Color Harmonies of #BD2880
Complementary color
Monochromatic Colors of #BD2880
Black with #BD2880
Text Example
Text Example
White with #BD2880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2880; }
p { color: rgb(189,40,128); }
H1.HeaderClassName
{
color: #BD2880;
}
.AnyTagClassName
{
color: #BD2880;
}
</style>
background-color css
<style>
a { background-color: #BD2880; }
a { background-color: rgb(189,40,128); }
div.DivClassName
{
background-color: #BD2880;
}
.BgClassName
{
background-color: #BD2880;
}
</style>
border-color css
<style>
span { border-color: #BD2880; }
span { border-color: rgb(189,40,128); }
td.TdClassName
{
border-color: #BD2880;
}
.TagClassName
{
border-color: #BD2880;
}
</style>