Shades of Deep Magenta #BD00D3
Tints of Deep Magenta #BD00D3
RGB
CMYK
RGB Variations
Color information
#BD00D3 (or 0xBD00D3) is known color: Deep Magenta. HEX triplet: BD, 00 and D3. RGB value is (189,0,211). Sum of RGB (Red+Green+Blue) = 189+0+211=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 211 (82.81% from 255 or 52.75% from 400); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD00D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD00D3 is #42FF2C. Grayscale: #4F4F4F. Windows color (decimal): -4390701 or 13828285. OLE color: 13828285.
HSL color Cylindrical-coordinate representation of color #BD00D3: hue angle of 293.74º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD00D3 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 0 | 211 | - |
| CMYK | 0.10 | 1 | 0 | 0.17 |
| HSL | 293.74º | 1% | 0.41% | - |
| HSV(B) | 293.74º | 1% | 0.83% | - |
| XYZ | 32.74 | 15.52 | 62.9 | - |
| YUV | 80.57 | 201.62 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 211 | 0.10 | 1 | 0 | 0.17 | 293.74 | 1 | 0.41 |
| Hex | BD | 0 | D3 | A | 64 | 0 | 11 | 126 | 64 | 29 |
| Octal | 275 | 0 | 323 | 12 | 144 | 0 | 21 | 446 | 144 | 51 |
| Binary | 10111101 | 0 | 11010011 | 1010 | 1100100 | 0 | 10001 | 100100110 | 1100100 | 101001 |
Color Harmonies of #BD00D3
Complementary color
Monochromatic Colors of #BD00D3
Black with #BD00D3
Text Example
Text Example
White with #BD00D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD00D3; }
p { color: rgb(189,0,211); }
H1.HeaderClassName
{
color: #BD00D3;
}
.AnyTagClassName
{
color: #BD00D3;
}
</style>
background-color css
<style>
a { background-color: #BD00D3; }
a { background-color: rgb(189,0,211); }
div.DivClassName
{
background-color: #BD00D3;
}
.BgClassName
{
background-color: #BD00D3;
}
</style>
border-color css
<style>
span { border-color: #BD00D3; }
span { border-color: rgb(189,0,211); }
td.TdClassName
{
border-color: #BD00D3;
}
.TagClassName
{
border-color: #BD00D3;
}
</style>