Shades of Medium Red Violet #BD2F80
Tints of Medium Red Violet #BD2F80
RGB
CMYK
RGB Variations
Color information
#BD2F80 (or 0xBD2F80) is known color: Medium Red Violet. HEX triplet: BD, 2F and 80. RGB value is (189,47,128). Sum of RGB (Red+Green+Blue) = 189+47+128=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2F80 is #42D07F. Grayscale: #626262. Windows color (decimal): -4378752 or 8400829. OLE color: 8400829.
HSL color Cylindrical-coordinate representation of color #BD2F80: hue angle of 325.77º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD2F80 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 47 | 128 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.26 |
| HSL | 325.77º | 0.6% | 0.46% | - |
| HSV(B) | 325.77º | 0.75% | 0.74% | - |
| XYZ | 25.9 | 14.41 | 21.84 | - |
| YUV | 98.69 | 144.54 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 128 | 0 | 0.75 | 0.32 | 0.26 | 325.77 | 0.6 | 0.46 |
| Hex | BD | 2F | 80 | 0 | 4B | 20 | 1A | 146 | 3C | 2E |
| Octal | 275 | 57 | 200 | 0 | 113 | 40 | 32 | 506 | 74 | 56 |
| Binary | 10111101 | 101111 | 10000000 | 0 | 1001011 | 100000 | 11010 | 101000110 | 111100 | 101110 |
Color Harmonies of #BD2F80
Complementary color
Monochromatic Colors of #BD2F80
Black with #BD2F80
Text Example
Text Example
White with #BD2F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2F80; }
p { color: rgb(189,47,128); }
H1.HeaderClassName
{
color: #BD2F80;
}
.AnyTagClassName
{
color: #BD2F80;
}
</style>
background-color css
<style>
a { background-color: #BD2F80; }
a { background-color: rgb(189,47,128); }
div.DivClassName
{
background-color: #BD2F80;
}
.BgClassName
{
background-color: #BD2F80;
}
</style>
border-color css
<style>
span { border-color: #BD2F80; }
span { border-color: rgb(189,47,128); }
td.TdClassName
{
border-color: #BD2F80;
}
.TagClassName
{
border-color: #BD2F80;
}
</style>