Shades of Deep Magenta #BD07D7
Tints of Deep Magenta #BD07D7
RGB
CMYK
RGB Variations
Color information
#BD07D7 (or 0xBD07D7) is known color: Deep Magenta. HEX triplet: BD, 07 and D7. RGB value is (189,7,215). Sum of RGB (Red+Green+Blue) = 189+7+215=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 215 (84.38% from 255 or 52.31% from 411); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD07D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD07D7 is #42F828. Grayscale: #545454. Windows color (decimal): -4388905 or 14092221. OLE color: 14092221.
HSL color Cylindrical-coordinate representation of color #BD07D7: hue angle of 292.5º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD07D7 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 7 | 215 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.16 |
| HSL | 292.5º | 0.94% | 0.44% | - |
| HSV(B) | 292.5º | 0.97% | 0.84% | - |
| XYZ | 33.33 | 15.88 | 65.6 | - |
| YUV | 85.13 | 201.3 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 215 | 0.12 | 0.97 | 0 | 0.16 | 292.5 | 0.94 | 0.44 |
| Hex | BD | 7 | D7 | C | 61 | 0 | 10 | 124 | 5E | 2C |
| Octal | 275 | 7 | 327 | 14 | 141 | 0 | 20 | 444 | 136 | 54 |
| Binary | 10111101 | 111 | 11010111 | 1100 | 1100001 | 0 | 10000 | 100100100 | 1011110 | 101100 |
Color Harmonies of #BD07D7
Complementary color
Monochromatic Colors of #BD07D7
Black with #BD07D7
Text Example
Text Example
White with #BD07D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD07D7; }
p { color: rgb(189,7,215); }
H1.HeaderClassName
{
color: #BD07D7;
}
.AnyTagClassName
{
color: #BD07D7;
}
</style>
background-color css
<style>
a { background-color: #BD07D7; }
a { background-color: rgb(189,7,215); }
div.DivClassName
{
background-color: #BD07D7;
}
.BgClassName
{
background-color: #BD07D7;
}
</style>
border-color css
<style>
span { border-color: #BD07D7; }
span { border-color: rgb(189,7,215); }
td.TdClassName
{
border-color: #BD07D7;
}
.TagClassName
{
border-color: #BD07D7;
}
</style>