Shades of Deep Magenta #BD07DE
Tints of Deep Magenta #BD07DE
RGB
CMYK
RGB Variations
Color information
#BD07DE (or 0xBD07DE) is known color: Deep Magenta. HEX triplet: BD, 07 and DE. RGB value is (189,7,222). Sum of RGB (Red+Green+Blue) = 189+7+222=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD07DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD07DE is #42F821. Grayscale: #555555. Windows color (decimal): -4388898 or 14550973. OLE color: 14550973.
HSL color Cylindrical-coordinate representation of color #BD07DE: hue angle of 290.79º 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 #BD07DE is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 7 | 222 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.13 |
| HSL | 290.79º | 0.94% | 0.45% | - |
| HSV(B) | 290.79º | 0.97% | 0.87% | - |
| XYZ | 34.25 | 16.24 | 70.44 | - |
| YUV | 85.93 | 204.8 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 222 | 0.15 | 0.97 | 0 | 0.13 | 290.79 | 0.94 | 0.45 |
| Hex | BD | 7 | DE | F | 61 | 0 | D | 123 | 5E | 2D |
| Octal | 275 | 7 | 336 | 17 | 141 | 0 | 15 | 443 | 136 | 55 |
| Binary | 10111101 | 111 | 11011110 | 1111 | 1100001 | 0 | 1101 | 100100011 | 1011110 | 101101 |
Color Harmonies of #BD07DE
Complementary color
Monochromatic Colors of #BD07DE
Black with #BD07DE
Text Example
Text Example
White with #BD07DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD07DE; }
p { color: rgb(189,7,222); }
H1.HeaderClassName
{
color: #BD07DE;
}
.AnyTagClassName
{
color: #BD07DE;
}
</style>
background-color css
<style>
a { background-color: #BD07DE; }
a { background-color: rgb(189,7,222); }
div.DivClassName
{
background-color: #BD07DE;
}
.BgClassName
{
background-color: #BD07DE;
}
</style>
border-color css
<style>
span { border-color: #BD07DE; }
span { border-color: rgb(189,7,222); }
td.TdClassName
{
border-color: #BD07DE;
}
.TagClassName
{
border-color: #BD07DE;
}
</style>