Shades of Deep Magenta #BD24B8
Tints of Deep Magenta #BD24B8
RGB
CMYK
RGB Variations
Color information
#BD24B8 (or 0xBD24B8) is known color: Deep Magenta. HEX triplet: BD, 24 and B8. RGB value is (189,36,184). Sum of RGB (Red+Green+Blue) = 189+36+184=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD24B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD24B8 is #42DB47. Grayscale: #626262. Windows color (decimal): -4381512 or 12068029. OLE color: 12068029.
HSL color Cylindrical-coordinate representation of color #BD24B8: hue angle of 301.96º 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 #BD24B8 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 184 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.26 |
| HSL | 301.96º | 0.68% | 0.44% | - |
| HSV(B) | 301.96º | 0.81% | 0.74% | - |
| XYZ | 30.27 | 15.54 | 46.75 | - |
| YUV | 98.62 | 176.19 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 184 | 0 | 0.81 | 0.03 | 0.26 | 301.96 | 0.68 | 0.44 |
| Hex | BD | 24 | B8 | 0 | 51 | 3 | 1A | 12E | 44 | 2C |
| Octal | 275 | 44 | 270 | 0 | 121 | 3 | 32 | 456 | 104 | 54 |
| Binary | 10111101 | 100100 | 10111000 | 0 | 1010001 | 11 | 11010 | 100101110 | 1000100 | 101100 |
Color Harmonies of #BD24B8
Complementary color
Monochromatic Colors of #BD24B8
Black with #BD24B8
Text Example
Text Example
White with #BD24B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD24B8; }
p { color: rgb(189,36,184); }
H1.HeaderClassName
{
color: #BD24B8;
}
.AnyTagClassName
{
color: #BD24B8;
}
</style>
background-color css
<style>
a { background-color: #BD24B8; }
a { background-color: rgb(189,36,184); }
div.DivClassName
{
background-color: #BD24B8;
}
.BgClassName
{
background-color: #BD24B8;
}
</style>
border-color css
<style>
span { border-color: #BD24B8; }
span { border-color: rgb(189,36,184); }
td.TdClassName
{
border-color: #BD24B8;
}
.TagClassName
{
border-color: #BD24B8;
}
</style>