Shades of Medium Red Violet #BD2591
Tints of Medium Red Violet #BD2591
RGB
CMYK
RGB Variations
Color information
#BD2591 (or 0xBD2591) is known color: Medium Red Violet. HEX triplet: BD, 25 and 91. RGB value is (189,37,145). Sum of RGB (Red+Green+Blue) = 189+37+145=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2591 is #42DA6E. Grayscale: #5E5E5E. Windows color (decimal): -4381295 or 9512381. OLE color: 9512381.
HSL color Cylindrical-coordinate representation of color #BD2591: hue angle of 317.37º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2591 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 145 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.26 |
| HSL | 317.37º | 0.67% | 0.44% | - |
| HSV(B) | 317.37º | 0.8% | 0.74% | - |
| XYZ | 26.76 | 14.19 | 28.12 | - |
| YUV | 94.76 | 156.36 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 145 | 0 | 0.80 | 0.23 | 0.26 | 317.37 | 0.67 | 0.44 |
| Hex | BD | 25 | 91 | 0 | 50 | 17 | 1A | 13D | 43 | 2C |
| Octal | 275 | 45 | 221 | 0 | 120 | 27 | 32 | 475 | 103 | 54 |
| Binary | 10111101 | 100101 | 10010001 | 0 | 1010000 | 10111 | 11010 | 100111101 | 1000011 | 101100 |
Color Harmonies of #BD2591
Complementary color
Monochromatic Colors of #BD2591
Black with #BD2591
Text Example
Text Example
White with #BD2591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2591; }
p { color: rgb(189,37,145); }
H1.HeaderClassName
{
color: #BD2591;
}
.AnyTagClassName
{
color: #BD2591;
}
</style>
background-color css
<style>
a { background-color: #BD2591; }
a { background-color: rgb(189,37,145); }
div.DivClassName
{
background-color: #BD2591;
}
.BgClassName
{
background-color: #BD2591;
}
</style>
border-color css
<style>
span { border-color: #BD2591; }
span { border-color: rgb(189,37,145); }
td.TdClassName
{
border-color: #BD2591;
}
.TagClassName
{
border-color: #BD2591;
}
</style>