Shades of Medium Red Violet #BD2F89
Tints of Medium Red Violet #BD2F89
RGB
CMYK
RGB Variations
Color information
#BD2F89 (or 0xBD2F89) is known color: Medium Red Violet. HEX triplet: BD, 2F and 89. RGB value is (189,47,137). Sum of RGB (Red+Green+Blue) = 189+47+137=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2F89 is #42D076. Grayscale: #636363. Windows color (decimal): -4378743 or 8990653. OLE color: 8990653.
HSL color Cylindrical-coordinate representation of color #BD2F89: hue angle of 321.97º 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 #BD2F89 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 47 | 137 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.26 |
| HSL | 321.97º | 0.6% | 0.46% | - |
| HSV(B) | 321.97º | 0.75% | 0.74% | - |
| XYZ | 26.52 | 14.66 | 25.1 | - |
| YUV | 99.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 137 | 0 | 0.75 | 0.28 | 0.26 | 321.97 | 0.6 | 0.46 |
| Hex | BD | 2F | 89 | 0 | 4B | 1C | 1A | 142 | 3C | 2E |
| Octal | 275 | 57 | 211 | 0 | 113 | 34 | 32 | 502 | 74 | 56 |
| Binary | 10111101 | 101111 | 10001001 | 0 | 1001011 | 11100 | 11010 | 101000010 | 111100 | 101110 |
Color Harmonies of #BD2F89
Complementary color
Monochromatic Colors of #BD2F89
Black with #BD2F89
Text Example
Text Example
White with #BD2F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2F89; }
p { color: rgb(189,47,137); }
H1.HeaderClassName
{
color: #BD2F89;
}
.AnyTagClassName
{
color: #BD2F89;
}
</style>
background-color css
<style>
a { background-color: #BD2F89; }
a { background-color: rgb(189,47,137); }
div.DivClassName
{
background-color: #BD2F89;
}
.BgClassName
{
background-color: #BD2F89;
}
</style>
border-color css
<style>
span { border-color: #BD2F89; }
span { border-color: rgb(189,47,137); }
td.TdClassName
{
border-color: #BD2F89;
}
.TagClassName
{
border-color: #BD2F89;
}
</style>