Shades of Medium Red Violet #BD2495
Tints of Medium Red Violet #BD2495
RGB
CMYK
RGB Variations
Color information
#BD2495 (or 0xBD2495) is known color: Medium Red Violet. HEX triplet: BD, 24 and 95. RGB value is (189,36,149). Sum of RGB (Red+Green+Blue) = 189+36+149=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2495 is #42DB6A. Grayscale: #5E5E5E. Windows color (decimal): -4381547 or 9774269. OLE color: 9774269.
HSL color Cylindrical-coordinate representation of color #BD2495: hue angle of 315.69º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2495 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 149 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.26 |
| HSL | 315.69º | 0.68% | 0.44% | - |
| HSV(B) | 315.69º | 0.81% | 0.74% | - |
| XYZ | 27.04 | 14.25 | 29.76 | - |
| YUV | 94.63 | 158.69 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 149 | 0 | 0.81 | 0.21 | 0.26 | 315.69 | 0.68 | 0.44 |
| Hex | BD | 24 | 95 | 0 | 51 | 15 | 1A | 13C | 44 | 2C |
| Octal | 275 | 44 | 225 | 0 | 121 | 25 | 32 | 474 | 104 | 54 |
| Binary | 10111101 | 100100 | 10010101 | 0 | 1010001 | 10101 | 11010 | 100111100 | 1000100 | 101100 |
Color Harmonies of #BD2495
Complementary color
Monochromatic Colors of #BD2495
Black with #BD2495
Text Example
Text Example
White with #BD2495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2495; }
p { color: rgb(189,36,149); }
H1.HeaderClassName
{
color: #BD2495;
}
.AnyTagClassName
{
color: #BD2495;
}
</style>
background-color css
<style>
a { background-color: #BD2495; }
a { background-color: rgb(189,36,149); }
div.DivClassName
{
background-color: #BD2495;
}
.BgClassName
{
background-color: #BD2495;
}
</style>
border-color css
<style>
span { border-color: #BD2495; }
span { border-color: rgb(189,36,149); }
td.TdClassName
{
border-color: #BD2495;
}
.TagClassName
{
border-color: #BD2495;
}
</style>