Shades of Deep Magenta #BD00DA
Tints of Deep Magenta #BD00DA
RGB
CMYK
RGB Variations
Color information
#BD00DA (or 0xBD00DA) is known color: Deep Magenta. HEX triplet: BD, 00 and DA. RGB value is (189,0,218). Sum of RGB (Red+Green+Blue) = 189+0+218=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD00DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD00DA is #42FF25. Grayscale: #505050. Windows color (decimal): -4390694 or 14287037. OLE color: 14287037.
HSL color Cylindrical-coordinate representation of color #BD00DA: hue angle of 292.02º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD00DA is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 0 | 218 | - |
| CMYK | 0.13 | 1 | 0 | 0.15 |
| HSL | 292.02º | 1% | 0.43% | - |
| HSV(B) | 292.02º | 1% | 0.85% | - |
| XYZ | 33.64 | 15.88 | 67.62 | - |
| YUV | 81.36 | 205.12 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 218 | 0.13 | 1 | 0 | 0.15 | 292.02 | 1 | 0.43 |
| Hex | BD | 0 | DA | D | 64 | 0 | F | 124 | 64 | 2B |
| Octal | 275 | 0 | 332 | 15 | 144 | 0 | 17 | 444 | 144 | 53 |
| Binary | 10111101 | 0 | 11011010 | 1101 | 1100100 | 0 | 1111 | 100100100 | 1100100 | 101011 |
Color Harmonies of #BD00DA
Complementary color
Monochromatic Colors of #BD00DA
Black with #BD00DA
Text Example
Text Example
White with #BD00DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD00DA; }
p { color: rgb(189,0,218); }
H1.HeaderClassName
{
color: #BD00DA;
}
.AnyTagClassName
{
color: #BD00DA;
}
</style>
background-color css
<style>
a { background-color: #BD00DA; }
a { background-color: rgb(189,0,218); }
div.DivClassName
{
background-color: #BD00DA;
}
.BgClassName
{
background-color: #BD00DA;
}
</style>
border-color css
<style>
span { border-color: #BD00DA; }
span { border-color: rgb(189,0,218); }
td.TdClassName
{
border-color: #BD00DA;
}
.TagClassName
{
border-color: #BD00DA;
}
</style>