Shades of Medium Red Violet #BD37A2
Tints of Medium Red Violet #BD37A2
RGB
CMYK
RGB Variations
Color information
#BD37A2 (or 0xBD37A2) is known color: Medium Red Violet. HEX triplet: BD, 37 and A2. RGB value is (189,55,162). Sum of RGB (Red+Green+Blue) = 189+55+162=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD37A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD37A2 is #42C85D. Grayscale: #6A6A6A. Windows color (decimal): -4376670 or 10631101. OLE color: 10631101.
HSL color Cylindrical-coordinate representation of color #BD37A2: hue angle of 312.09º 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 #BD37A2 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 162 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.26 |
| HSL | 312.09º | 0.55% | 0.48% | - |
| HSV(B) | 312.09º | 0.71% | 0.74% | - |
| XYZ | 28.87 | 16.16 | 35.78 | - |
| YUV | 107.26 | 158.89 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 162 | 0 | 0.71 | 0.14 | 0.26 | 312.09 | 0.55 | 0.48 |
| Hex | BD | 37 | A2 | 0 | 47 | E | 1A | 138 | 37 | 30 |
| Octal | 275 | 67 | 242 | 0 | 107 | 16 | 32 | 470 | 67 | 60 |
| Binary | 10111101 | 110111 | 10100010 | 0 | 1000111 | 1110 | 11010 | 100111000 | 110111 | 110000 |
Color Harmonies of #BD37A2
Complementary color
Monochromatic Colors of #BD37A2
Black with #BD37A2
Text Example
Text Example
White with #BD37A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD37A2; }
p { color: rgb(189,55,162); }
H1.HeaderClassName
{
color: #BD37A2;
}
.AnyTagClassName
{
color: #BD37A2;
}
</style>
background-color css
<style>
a { background-color: #BD37A2; }
a { background-color: rgb(189,55,162); }
div.DivClassName
{
background-color: #BD37A2;
}
.BgClassName
{
background-color: #BD37A2;
}
</style>
border-color css
<style>
span { border-color: #BD37A2; }
span { border-color: rgb(189,55,162); }
td.TdClassName
{
border-color: #BD37A2;
}
.TagClassName
{
border-color: #BD37A2;
}
</style>