Shades of Deep Magenta #BD07DD
Tints of Deep Magenta #BD07DD
RGB
CMYK
RGB Variations
Color information
#BD07DD (or 0xBD07DD) is known color: Deep Magenta. HEX triplet: BD, 07 and DD. RGB value is (189,7,221). Sum of RGB (Red+Green+Blue) = 189+7+221=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD07DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD07DD is #42F822. Grayscale: #555555. Windows color (decimal): -4388899 or 14485437. OLE color: 14485437.
HSL color Cylindrical-coordinate representation of color #BD07DD: hue angle of 291.03º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD07DD is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 7 | 221 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.13 |
| HSL | 291.03º | 0.94% | 0.45% | - |
| HSV(B) | 291.03º | 0.97% | 0.87% | - |
| XYZ | 34.11 | 16.19 | 69.73 | - |
| YUV | 85.81 | 204.3 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 221 | 0.14 | 0.97 | 0 | 0.13 | 291.03 | 0.94 | 0.45 |
| Hex | BD | 7 | DD | E | 61 | 0 | D | 123 | 5E | 2D |
| Octal | 275 | 7 | 335 | 16 | 141 | 0 | 15 | 443 | 136 | 55 |
| Binary | 10111101 | 111 | 11011101 | 1110 | 1100001 | 0 | 1101 | 100100011 | 1011110 | 101101 |
Color Harmonies of #BD07DD
Complementary color
Monochromatic Colors of #BD07DD
Black with #BD07DD
Text Example
Text Example
White with #BD07DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD07DD; }
p { color: rgb(189,7,221); }
H1.HeaderClassName
{
color: #BD07DD;
}
.AnyTagClassName
{
color: #BD07DD;
}
</style>
background-color css
<style>
a { background-color: #BD07DD; }
a { background-color: rgb(189,7,221); }
div.DivClassName
{
background-color: #BD07DD;
}
.BgClassName
{
background-color: #BD07DD;
}
</style>
border-color css
<style>
span { border-color: #BD07DD; }
span { border-color: rgb(189,7,221); }
td.TdClassName
{
border-color: #BD07DD;
}
.TagClassName
{
border-color: #BD07DD;
}
</style>