Shades of Medium Red Violet #BD3895
Tints of Medium Red Violet #BD3895
RGB
CMYK
RGB Variations
Color information
#BD3895 (or 0xBD3895) is known color: Medium Red Violet. HEX triplet: BD, 38 and 95. RGB value is (189,56,149). Sum of RGB (Red+Green+Blue) = 189+56+149=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3895 is #42C76A. Grayscale: #6A6A6A. Windows color (decimal): -4376427 or 9779389. OLE color: 9779389.
HSL color Cylindrical-coordinate representation of color #BD3895: hue angle of 318.05º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3895 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 149 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.26 |
| HSL | 318.05º | 0.54% | 0.48% | - |
| HSV(B) | 318.05º | 0.7% | 0.74% | - |
| XYZ | 27.83 | 15.82 | 30.02 | - |
| YUV | 106.37 | 152.06 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 149 | 0 | 0.70 | 0.21 | 0.26 | 318.05 | 0.54 | 0.48 |
| Hex | BD | 38 | 95 | 0 | 46 | 15 | 1A | 13E | 36 | 30 |
| Octal | 275 | 70 | 225 | 0 | 106 | 25 | 32 | 476 | 66 | 60 |
| Binary | 10111101 | 111000 | 10010101 | 0 | 1000110 | 10101 | 11010 | 100111110 | 110110 | 110000 |
Color Harmonies of #BD3895
Complementary color
Monochromatic Colors of #BD3895
Black with #BD3895
Text Example
Text Example
White with #BD3895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3895; }
p { color: rgb(189,56,149); }
H1.HeaderClassName
{
color: #BD3895;
}
.AnyTagClassName
{
color: #BD3895;
}
</style>
background-color css
<style>
a { background-color: #BD3895; }
a { background-color: rgb(189,56,149); }
div.DivClassName
{
background-color: #BD3895;
}
.BgClassName
{
background-color: #BD3895;
}
</style>
border-color css
<style>
span { border-color: #BD3895; }
span { border-color: rgb(189,56,149); }
td.TdClassName
{
border-color: #BD3895;
}
.TagClassName
{
border-color: #BD3895;
}
</style>