Shades of Medium Red Violet #BD2F8D
Tints of Medium Red Violet #BD2F8D
RGB
CMYK
RGB Variations
Color information
#BD2F8D (or 0xBD2F8D) is known color: Medium Red Violet. HEX triplet: BD, 2F and 8D. RGB value is (189,47,141). Sum of RGB (Red+Green+Blue) = 189+47+141=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2F8D is #42D072. Grayscale: #636363. Windows color (decimal): -4378739 or 9252797. OLE color: 9252797.
HSL color Cylindrical-coordinate representation of color #BD2F8D: hue angle of 320.28º 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 #BD2F8D is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 47 | 141 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.26 |
| HSL | 320.28º | 0.6% | 0.46% | - |
| HSV(B) | 320.28º | 0.75% | 0.74% | - |
| XYZ | 26.81 | 14.77 | 26.64 | - |
| YUV | 100.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 141 | 0 | 0.75 | 0.25 | 0.26 | 320.28 | 0.6 | 0.46 |
| Hex | BD | 2F | 8D | 0 | 4B | 19 | 1A | 140 | 3C | 2E |
| Octal | 275 | 57 | 215 | 0 | 113 | 31 | 32 | 500 | 74 | 56 |
| Binary | 10111101 | 101111 | 10001101 | 0 | 1001011 | 11001 | 11010 | 101000000 | 111100 | 101110 |
Color Harmonies of #BD2F8D
Complementary color
Monochromatic Colors of #BD2F8D
Black with #BD2F8D
Text Example
Text Example
White with #BD2F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2F8D; }
p { color: rgb(189,47,141); }
H1.HeaderClassName
{
color: #BD2F8D;
}
.AnyTagClassName
{
color: #BD2F8D;
}
</style>
background-color css
<style>
a { background-color: #BD2F8D; }
a { background-color: rgb(189,47,141); }
div.DivClassName
{
background-color: #BD2F8D;
}
.BgClassName
{
background-color: #BD2F8D;
}
</style>
border-color css
<style>
span { border-color: #BD2F8D; }
span { border-color: rgb(189,47,141); }
td.TdClassName
{
border-color: #BD2F8D;
}
.TagClassName
{
border-color: #BD2F8D;
}
</style>