Shades of Deep Magenta #BD07DC
Tints of Deep Magenta #BD07DC
RGB
CMYK
RGB Variations
Color information
#BD07DC (or 0xBD07DC) is known color: Deep Magenta. HEX triplet: BD, 07 and DC. RGB value is (189,7,220). Sum of RGB (Red+Green+Blue) = 189+7+220=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD07DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD07DC is #42F823. Grayscale: #555555. Windows color (decimal): -4388900 or 14419901. OLE color: 14419901.
HSL color Cylindrical-coordinate representation of color #BD07DC: hue angle of 291.27º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD07DC is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 7 | 220 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.14 |
| HSL | 291.27º | 0.94% | 0.45% | - |
| HSV(B) | 291.27º | 0.97% | 0.86% | - |
| XYZ | 33.98 | 16.14 | 69.03 | - |
| YUV | 85.7 | 203.8 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 220 | 0.14 | 0.97 | 0 | 0.14 | 291.27 | 0.94 | 0.45 |
| Hex | BD | 7 | DC | E | 61 | 0 | E | 123 | 5E | 2D |
| Octal | 275 | 7 | 334 | 16 | 141 | 0 | 16 | 443 | 136 | 55 |
| Binary | 10111101 | 111 | 11011100 | 1110 | 1100001 | 0 | 1110 | 100100011 | 1011110 | 101101 |
Color Harmonies of #BD07DC
Complementary color
Monochromatic Colors of #BD07DC
Black with #BD07DC
Text Example
Text Example
White with #BD07DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD07DC; }
p { color: rgb(189,7,220); }
H1.HeaderClassName
{
color: #BD07DC;
}
.AnyTagClassName
{
color: #BD07DC;
}
</style>
background-color css
<style>
a { background-color: #BD07DC; }
a { background-color: rgb(189,7,220); }
div.DivClassName
{
background-color: #BD07DC;
}
.BgClassName
{
background-color: #BD07DC;
}
</style>
border-color css
<style>
span { border-color: #BD07DC; }
span { border-color: rgb(189,7,220); }
td.TdClassName
{
border-color: #BD07DC;
}
.TagClassName
{
border-color: #BD07DC;
}
</style>