Shades of Medium Red Violet #BD24A3
Tints of Medium Red Violet #BD24A3
RGB
CMYK
RGB Variations
Color information
#BD24A3 (or 0xBD24A3) is known color: Medium Red Violet. HEX triplet: BD, 24 and A3. RGB value is (189,36,163). Sum of RGB (Red+Green+Blue) = 189+36+163=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD24A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD24A3 is #42DB5C. Grayscale: #5F5F5F. Windows color (decimal): -4381533 or 10691773. OLE color: 10691773.
HSL color Cylindrical-coordinate representation of color #BD24A3: hue angle of 310.2º degrees, saturation: 0.68, 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 #BD24A3 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 163 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.26 |
| HSL | 310.2º | 0.68% | 0.44% | - |
| HSV(B) | 310.2º | 0.81% | 0.74% | - |
| XYZ | 28.23 | 14.72 | 36 | - |
| YUV | 96.23 | 165.69 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 163 | 0 | 0.81 | 0.14 | 0.26 | 310.2 | 0.68 | 0.44 |
| Hex | BD | 24 | A3 | 0 | 51 | E | 1A | 136 | 44 | 2C |
| Octal | 275 | 44 | 243 | 0 | 121 | 16 | 32 | 466 | 104 | 54 |
| Binary | 10111101 | 100100 | 10100011 | 0 | 1010001 | 1110 | 11010 | 100110110 | 1000100 | 101100 |
Color Harmonies of #BD24A3
Complementary color
Monochromatic Colors of #BD24A3
Black with #BD24A3
Text Example
Text Example
White with #BD24A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD24A3; }
p { color: rgb(189,36,163); }
H1.HeaderClassName
{
color: #BD24A3;
}
.AnyTagClassName
{
color: #BD24A3;
}
</style>
background-color css
<style>
a { background-color: #BD24A3; }
a { background-color: rgb(189,36,163); }
div.DivClassName
{
background-color: #BD24A3;
}
.BgClassName
{
background-color: #BD24A3;
}
</style>
border-color css
<style>
span { border-color: #BD24A3; }
span { border-color: rgb(189,36,163); }
td.TdClassName
{
border-color: #BD24A3;
}
.TagClassName
{
border-color: #BD24A3;
}
</style>