Shades of Deep Magenta #BD03BD
Tints of Deep Magenta #BD03BD
RGB
CMYK
RGB Variations
Color information
#BD03BD (or 0xBD03BD) is known color: Deep Magenta. HEX triplet: BD, 03 and BD. RGB value is (189,3,189). Sum of RGB (Red+Green+Blue) = 189+3+189=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD03BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD03BD is #42FC42. Grayscale: #4F4F4F. Windows color (decimal): -4389955 or 12387261. OLE color: 12387261.
HSL color Cylindrical-coordinate representation of color #BD03BD: hue angle of 300º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD03BD is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 189 | - |
| CMYK | 0 | 0.98 | 0 | 0.26 |
| HSL | 300º | 0.97% | 0.38% | - |
| HSV(B) | 300º | 0.98% | 0.74% | - |
| XYZ | 30.2 | 14.56 | 49.36 | - |
| YUV | 79.82 | 189.62 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 189 | 0 | 0.98 | 0 | 0.26 | 300 | 0.97 | 0.38 |
| Hex | BD | 3 | BD | 0 | 62 | 0 | 1A | 12C | 61 | 26 |
| Octal | 275 | 3 | 275 | 0 | 142 | 0 | 32 | 454 | 141 | 46 |
| Binary | 10111101 | 11 | 10111101 | 0 | 1100010 | 0 | 11010 | 100101100 | 1100001 | 100110 |
Color Harmonies of #BD03BD
Complementary color
Monochromatic Colors of #BD03BD
Black with #BD03BD
Text Example
Text Example
White with #BD03BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD03BD; }
p { color: rgb(189,3,189); }
H1.HeaderClassName
{
color: #BD03BD;
}
.AnyTagClassName
{
color: #BD03BD;
}
</style>
background-color css
<style>
a { background-color: #BD03BD; }
a { background-color: rgb(189,3,189); }
div.DivClassName
{
background-color: #BD03BD;
}
.BgClassName
{
background-color: #BD03BD;
}
</style>
border-color css
<style>
span { border-color: #BD03BD; }
span { border-color: rgb(189,3,189); }
td.TdClassName
{
border-color: #BD03BD;
}
.TagClassName
{
border-color: #BD03BD;
}
</style>