Shades of Deep Magenta #BD07D3
Tints of Deep Magenta #BD07D3
RGB
CMYK
RGB Variations
Color information
#BD07D3 (or 0xBD07D3) is known color: Deep Magenta. HEX triplet: BD, 07 and D3. RGB value is (189,7,211). Sum of RGB (Red+Green+Blue) = 189+7+211=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 211 (82.81% from 255 or 51.84% from 407); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD07D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD07D3 is #42F82C. Grayscale: #545454. Windows color (decimal): -4388909 or 13830077. OLE color: 13830077.
HSL color Cylindrical-coordinate representation of color #BD07D3: hue angle of 293.53º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD07D3 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 7 | 211 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.17 |
| HSL | 293.53º | 0.94% | 0.43% | - |
| HSV(B) | 293.53º | 0.97% | 0.83% | - |
| XYZ | 32.82 | 15.67 | 62.92 | - |
| YUV | 84.67 | 199.3 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 211 | 0.10 | 0.97 | 0 | 0.17 | 293.53 | 0.94 | 0.43 |
| Hex | BD | 7 | D3 | A | 61 | 0 | 11 | 126 | 5E | 2B |
| Octal | 275 | 7 | 323 | 12 | 141 | 0 | 21 | 446 | 136 | 53 |
| Binary | 10111101 | 111 | 11010011 | 1010 | 1100001 | 0 | 10001 | 100100110 | 1011110 | 101011 |
Color Harmonies of #BD07D3
Complementary color
Monochromatic Colors of #BD07D3
Black with #BD07D3
Text Example
Text Example
White with #BD07D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD07D3; }
p { color: rgb(189,7,211); }
H1.HeaderClassName
{
color: #BD07D3;
}
.AnyTagClassName
{
color: #BD07D3;
}
</style>
background-color css
<style>
a { background-color: #BD07D3; }
a { background-color: rgb(189,7,211); }
div.DivClassName
{
background-color: #BD07D3;
}
.BgClassName
{
background-color: #BD07D3;
}
</style>
border-color css
<style>
span { border-color: #BD07D3; }
span { border-color: rgb(189,7,211); }
td.TdClassName
{
border-color: #BD07D3;
}
.TagClassName
{
border-color: #BD07D3;
}
</style>