Shades of Medium Red Violet #BD2F8F
Tints of Medium Red Violet #BD2F8F
RGB
CMYK
RGB Variations
Color information
#BD2F8F (or 0xBD2F8F) is known color: Medium Red Violet. HEX triplet: BD, 2F and 8F. RGB value is (189,47,143). Sum of RGB (Red+Green+Blue) = 189+47+143=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2F8F is #42D070. Grayscale: #646464. Windows color (decimal): -4378737 or 9383869. OLE color: 9383869.
HSL color Cylindrical-coordinate representation of color #BD2F8F: hue angle of 319.44º 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 #BD2F8F is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 47 | 143 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.26 |
| HSL | 319.44º | 0.6% | 0.46% | - |
| HSV(B) | 319.44º | 0.75% | 0.74% | - |
| XYZ | 26.96 | 14.84 | 27.43 | - |
| YUV | 100.4 | 152.04 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 143 | 0 | 0.75 | 0.24 | 0.26 | 319.44 | 0.6 | 0.46 |
| Hex | BD | 2F | 8F | 0 | 4B | 18 | 1A | 13F | 3C | 2E |
| Octal | 275 | 57 | 217 | 0 | 113 | 30 | 32 | 477 | 74 | 56 |
| Binary | 10111101 | 101111 | 10001111 | 0 | 1001011 | 11000 | 11010 | 100111111 | 111100 | 101110 |
Color Harmonies of #BD2F8F
Complementary color
Monochromatic Colors of #BD2F8F
Black with #BD2F8F
Text Example
Text Example
White with #BD2F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2F8F; }
p { color: rgb(189,47,143); }
H1.HeaderClassName
{
color: #BD2F8F;
}
.AnyTagClassName
{
color: #BD2F8F;
}
</style>
background-color css
<style>
a { background-color: #BD2F8F; }
a { background-color: rgb(189,47,143); }
div.DivClassName
{
background-color: #BD2F8F;
}
.BgClassName
{
background-color: #BD2F8F;
}
</style>
border-color css
<style>
span { border-color: #BD2F8F; }
span { border-color: rgb(189,47,143); }
td.TdClassName
{
border-color: #BD2F8F;
}
.TagClassName
{
border-color: #BD2F8F;
}
</style>