Shades of Medium Violet Red #BD2395
Tints of Medium Violet Red #BD2395
RGB
CMYK
RGB Variations
Color information
#BD2395 (or 0xBD2395) is known color: Medium Violet Red. HEX triplet: BD, 23 and 95. RGB value is (189,35,149). Sum of RGB (Red+Green+Blue) = 189+35+149=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2395 is #42DC6A. Grayscale: #5D5D5D. Windows color (decimal): -4381803 or 9774013. OLE color: 9774013.
HSL color Cylindrical-coordinate representation of color #BD2395: hue angle of 315.58º degrees, saturation: 0.69, 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 #BD2395 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 149 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.26 |
| HSL | 315.58º | 0.69% | 0.44% | - |
| HSV(B) | 315.58º | 0.81% | 0.74% | - |
| XYZ | 27.01 | 14.19 | 29.75 | - |
| YUV | 94.04 | 159.02 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 149 | 0 | 0.81 | 0.21 | 0.26 | 315.58 | 0.69 | 0.44 |
| Hex | BD | 23 | 95 | 0 | 51 | 15 | 1A | 13C | 45 | 2C |
| Octal | 275 | 43 | 225 | 0 | 121 | 25 | 32 | 474 | 105 | 54 |
| Binary | 10111101 | 100011 | 10010101 | 0 | 1010001 | 10101 | 11010 | 100111100 | 1000101 | 101100 |
Color Harmonies of #BD2395
Complementary color
Monochromatic Colors of #BD2395
Black with #BD2395
Text Example
Text Example
White with #BD2395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2395; }
p { color: rgb(189,35,149); }
H1.HeaderClassName
{
color: #BD2395;
}
.AnyTagClassName
{
color: #BD2395;
}
</style>
background-color css
<style>
a { background-color: #BD2395; }
a { background-color: rgb(189,35,149); }
div.DivClassName
{
background-color: #BD2395;
}
.BgClassName
{
background-color: #BD2395;
}
</style>
border-color css
<style>
span { border-color: #BD2395; }
span { border-color: rgb(189,35,149); }
td.TdClassName
{
border-color: #BD2395;
}
.TagClassName
{
border-color: #BD2395;
}
</style>