Shades of Medium Red Violet #BD32A2
Tints of Medium Red Violet #BD32A2
RGB
CMYK
RGB Variations
Color information
#BD32A2 (or 0xBD32A2) is known color: Medium Red Violet. HEX triplet: BD, 32 and A2. RGB value is (189,50,162). Sum of RGB (Red+Green+Blue) = 189+50+162=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD32A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD32A2 is #42CD5D. Grayscale: #686868. Windows color (decimal): -4377950 or 10629821. OLE color: 10629821.
HSL color Cylindrical-coordinate representation of color #BD32A2: hue angle of 311.65º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD32A2 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 162 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.26 |
| HSL | 311.65º | 0.58% | 0.47% | - |
| HSV(B) | 311.65º | 0.74% | 0.74% | - |
| XYZ | 28.65 | 15.71 | 35.7 | - |
| YUV | 104.33 | 160.55 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 162 | 0 | 0.74 | 0.14 | 0.26 | 311.65 | 0.58 | 0.47 |
| Hex | BD | 32 | A2 | 0 | 4A | E | 1A | 138 | 3A | 2F |
| Octal | 275 | 62 | 242 | 0 | 112 | 16 | 32 | 470 | 72 | 57 |
| Binary | 10111101 | 110010 | 10100010 | 0 | 1001010 | 1110 | 11010 | 100111000 | 111010 | 101111 |
Color Harmonies of #BD32A2
Complementary color
Monochromatic Colors of #BD32A2
Black with #BD32A2
Text Example
Text Example
White with #BD32A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32A2; }
p { color: rgb(189,50,162); }
H1.HeaderClassName
{
color: #BD32A2;
}
.AnyTagClassName
{
color: #BD32A2;
}
</style>
background-color css
<style>
a { background-color: #BD32A2; }
a { background-color: rgb(189,50,162); }
div.DivClassName
{
background-color: #BD32A2;
}
.BgClassName
{
background-color: #BD32A2;
}
</style>
border-color css
<style>
span { border-color: #BD32A2; }
span { border-color: rgb(189,50,162); }
td.TdClassName
{
border-color: #BD32A2;
}
.TagClassName
{
border-color: #BD32A2;
}
</style>