Shades of Medium Red Violet #BD2589
Tints of Medium Red Violet #BD2589
RGB
CMYK
RGB Variations
Color information
#BD2589 (or 0xBD2589) is known color: Medium Red Violet. HEX triplet: BD, 25 and 89. RGB value is (189,37,137). Sum of RGB (Red+Green+Blue) = 189+37+137=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2589 is #42DA76. Grayscale: #5D5D5D. Windows color (decimal): -4381303 or 8988093. OLE color: 8988093.
HSL color Cylindrical-coordinate representation of color #BD2589: hue angle of 320.53º 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 #BD2589 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 137 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.26 |
| HSL | 320.53º | 0.67% | 0.44% | - |
| HSV(B) | 320.53º | 0.8% | 0.74% | - |
| XYZ | 26.16 | 13.95 | 24.98 | - |
| YUV | 93.85 | 152.36 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 137 | 0 | 0.80 | 0.28 | 0.26 | 320.53 | 0.67 | 0.44 |
| Hex | BD | 25 | 89 | 0 | 50 | 1C | 1A | 141 | 43 | 2C |
| Octal | 275 | 45 | 211 | 0 | 120 | 34 | 32 | 501 | 103 | 54 |
| Binary | 10111101 | 100101 | 10001001 | 0 | 1010000 | 11100 | 11010 | 101000001 | 1000011 | 101100 |
Color Harmonies of #BD2589
Complementary color
Monochromatic Colors of #BD2589
Black with #BD2589
Text Example
Text Example
White with #BD2589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2589; }
p { color: rgb(189,37,137); }
H1.HeaderClassName
{
color: #BD2589;
}
.AnyTagClassName
{
color: #BD2589;
}
</style>
background-color css
<style>
a { background-color: #BD2589; }
a { background-color: rgb(189,37,137); }
div.DivClassName
{
background-color: #BD2589;
}
.BgClassName
{
background-color: #BD2589;
}
</style>
border-color css
<style>
span { border-color: #BD2589; }
span { border-color: rgb(189,37,137); }
td.TdClassName
{
border-color: #BD2589;
}
.TagClassName
{
border-color: #BD2589;
}
</style>