Shades of Medium Violet Red #BD24AD
Tints of Medium Violet Red #BD24AD
RGB
CMYK
RGB Variations
Color information
#BD24AD (or 0xBD24AD) is known color: Medium Violet Red. HEX triplet: BD, 24 and AD. RGB value is (189,36,173). Sum of RGB (Red+Green+Blue) = 189+36+173=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD24AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD24AD is #42DB52. Grayscale: #606060. Windows color (decimal): -4381523 or 11347133. OLE color: 11347133.
HSL color Cylindrical-coordinate representation of color #BD24AD: hue angle of 306.27º 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 #BD24AD is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 173 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.26 |
| HSL | 306.27º | 0.68% | 0.44% | - |
| HSV(B) | 306.27º | 0.81% | 0.74% | - |
| XYZ | 29.16 | 15.1 | 40.91 | - |
| YUV | 97.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 173 | 0 | 0.81 | 0.08 | 0.26 | 306.27 | 0.68 | 0.44 |
| Hex | BD | 24 | AD | 0 | 51 | 8 | 1A | 132 | 44 | 2C |
| Octal | 275 | 44 | 255 | 0 | 121 | 10 | 32 | 462 | 104 | 54 |
| Binary | 10111101 | 100100 | 10101101 | 0 | 1010001 | 1000 | 11010 | 100110010 | 1000100 | 101100 |
Color Harmonies of #BD24AD
Complementary color
Monochromatic Colors of #BD24AD
Black with #BD24AD
Text Example
Text Example
White with #BD24AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD24AD; }
p { color: rgb(189,36,173); }
H1.HeaderClassName
{
color: #BD24AD;
}
.AnyTagClassName
{
color: #BD24AD;
}
</style>
background-color css
<style>
a { background-color: #BD24AD; }
a { background-color: rgb(189,36,173); }
div.DivClassName
{
background-color: #BD24AD;
}
.BgClassName
{
background-color: #BD24AD;
}
</style>
border-color css
<style>
span { border-color: #BD24AD; }
span { border-color: rgb(189,36,173); }
td.TdClassName
{
border-color: #BD24AD;
}
.TagClassName
{
border-color: #BD24AD;
}
</style>