Shades of Deep Magenta #BD05E0
Tints of Deep Magenta #BD05E0
RGB
CMYK
RGB Variations
Color information
#BD05E0 (or 0xBD05E0) is known color: Deep Magenta. HEX triplet: BD, 05 and E0. RGB value is (189,5,224). Sum of RGB (Red+Green+Blue) = 189+5+224=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD05E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD05E0 is #42FA1F. Grayscale: #545454. Windows color (decimal): -4389408 or 14681533. OLE color: 14681533.
HSL color Cylindrical-coordinate representation of color #BD05E0: hue angle of 290.41º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD05E0 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 5 | 224 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.12 |
| HSL | 290.41º | 0.96% | 0.45% | - |
| HSV(B) | 290.41º | 0.98% | 0.88% | - |
| XYZ | 34.5 | 16.31 | 71.85 | - |
| YUV | 84.98 | 206.46 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 224 | 0.16 | 0.98 | 0 | 0.12 | 290.41 | 0.96 | 0.45 |
| Hex | BD | 5 | E0 | 10 | 62 | 0 | C | 122 | 60 | 2D |
| Octal | 275 | 5 | 340 | 20 | 142 | 0 | 14 | 442 | 140 | 55 |
| Binary | 10111101 | 101 | 11100000 | 10000 | 1100010 | 0 | 1100 | 100100010 | 1100000 | 101101 |
Color Harmonies of #BD05E0
Complementary color
Monochromatic Colors of #BD05E0
Black with #BD05E0
Text Example
Text Example
White with #BD05E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD05E0; }
p { color: rgb(189,5,224); }
H1.HeaderClassName
{
color: #BD05E0;
}
.AnyTagClassName
{
color: #BD05E0;
}
</style>
background-color css
<style>
a { background-color: #BD05E0; }
a { background-color: rgb(189,5,224); }
div.DivClassName
{
background-color: #BD05E0;
}
.BgClassName
{
background-color: #BD05E0;
}
</style>
border-color css
<style>
span { border-color: #BD05E0; }
span { border-color: rgb(189,5,224); }
td.TdClassName
{
border-color: #BD05E0;
}
.TagClassName
{
border-color: #BD05E0;
}
</style>