Shades of Medium Red Violet #BD37A1
Tints of Medium Red Violet #BD37A1
RGB
CMYK
RGB Variations
Color information
#BD37A1 (or 0xBD37A1) is known color: Medium Red Violet. HEX triplet: BD, 37 and A1. RGB value is (189,55,161). Sum of RGB (Red+Green+Blue) = 189+55+161=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD37A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD37A1 is #42C85E. Grayscale: #6A6A6A. Windows color (decimal): -4376671 or 10565565. OLE color: 10565565.
HSL color Cylindrical-coordinate representation of color #BD37A1: hue angle of 312.54º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD37A1 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 161 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.26 |
| HSL | 312.54º | 0.55% | 0.48% | - |
| HSV(B) | 312.54º | 0.71% | 0.74% | - |
| XYZ | 28.79 | 16.12 | 35.31 | - |
| YUV | 107.15 | 158.39 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 161 | 0 | 0.71 | 0.15 | 0.26 | 312.54 | 0.55 | 0.48 |
| Hex | BD | 37 | A1 | 0 | 47 | F | 1A | 139 | 37 | 30 |
| Octal | 275 | 67 | 241 | 0 | 107 | 17 | 32 | 471 | 67 | 60 |
| Binary | 10111101 | 110111 | 10100001 | 0 | 1000111 | 1111 | 11010 | 100111001 | 110111 | 110000 |
Color Harmonies of #BD37A1
Complementary color
Monochromatic Colors of #BD37A1
Black with #BD37A1
Text Example
Text Example
White with #BD37A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD37A1; }
p { color: rgb(189,55,161); }
H1.HeaderClassName
{
color: #BD37A1;
}
.AnyTagClassName
{
color: #BD37A1;
}
</style>
background-color css
<style>
a { background-color: #BD37A1; }
a { background-color: rgb(189,55,161); }
div.DivClassName
{
background-color: #BD37A1;
}
.BgClassName
{
background-color: #BD37A1;
}
</style>
border-color css
<style>
span { border-color: #BD37A1; }
span { border-color: rgb(189,55,161); }
td.TdClassName
{
border-color: #BD37A1;
}
.TagClassName
{
border-color: #BD37A1;
}
</style>