Shades of Medium Red Violet #BD2C95
Tints of Medium Red Violet #BD2C95
RGB
CMYK
RGB Variations
Color information
#BD2C95 (or 0xBD2C95) is known color: Medium Red Violet. HEX triplet: BD, 2C and 95. RGB value is (189,44,149). Sum of RGB (Red+Green+Blue) = 189+44+149=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2C95 is #42D36A. Grayscale: #636363. Windows color (decimal): -4379499 or 9776317. OLE color: 9776317.
HSL color Cylindrical-coordinate representation of color #BD2C95: hue angle of 316.55º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2C95 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 149 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.26 |
| HSL | 316.55º | 0.62% | 0.46% | - |
| HSV(B) | 316.55º | 0.77% | 0.74% | - |
| XYZ | 27.31 | 14.79 | 29.85 | - |
| YUV | 99.33 | 156.04 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 149 | 0 | 0.77 | 0.21 | 0.26 | 316.55 | 0.62 | 0.46 |
| Hex | BD | 2C | 95 | 0 | 4D | 15 | 1A | 13D | 3E | 2E |
| Octal | 275 | 54 | 225 | 0 | 115 | 25 | 32 | 475 | 76 | 56 |
| Binary | 10111101 | 101100 | 10010101 | 0 | 1001101 | 10101 | 11010 | 100111101 | 111110 | 101110 |
Color Harmonies of #BD2C95
Complementary color
Monochromatic Colors of #BD2C95
Black with #BD2C95
Text Example
Text Example
White with #BD2C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2C95; }
p { color: rgb(189,44,149); }
H1.HeaderClassName
{
color: #BD2C95;
}
.AnyTagClassName
{
color: #BD2C95;
}
</style>
background-color css
<style>
a { background-color: #BD2C95; }
a { background-color: rgb(189,44,149); }
div.DivClassName
{
background-color: #BD2C95;
}
.BgClassName
{
background-color: #BD2C95;
}
</style>
border-color css
<style>
span { border-color: #BD2C95; }
span { border-color: rgb(189,44,149); }
td.TdClassName
{
border-color: #BD2C95;
}
.TagClassName
{
border-color: #BD2C95;
}
</style>