Shades of Deep Magenta #BD0FDC
Tints of Deep Magenta #BD0FDC
RGB
CMYK
RGB Variations
Color information
#BD0FDC (or 0xBD0FDC) is known color: Deep Magenta. HEX triplet: BD, 0F and DC. RGB value is (189,15,220). Sum of RGB (Red+Green+Blue) = 189+15+220=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD0FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0FDC is #42F023. Grayscale: #595959. Windows color (decimal): -4386852 or 14421949. OLE color: 14421949.
HSL color Cylindrical-coordinate representation of color #BD0FDC: hue angle of 290.93º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0FDC is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 15 | 220 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.14 |
| HSL | 290.93º | 0.87% | 0.46% | - |
| HSV(B) | 290.93º | 0.93% | 0.86% | - |
| XYZ | 34.08 | 16.33 | 69.07 | - |
| YUV | 90.4 | 201.15 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 220 | 0.14 | 0.93 | 0 | 0.14 | 290.93 | 0.87 | 0.46 |
| Hex | BD | F | DC | E | 5D | 0 | E | 123 | 57 | 2E |
| Octal | 275 | 17 | 334 | 16 | 135 | 0 | 16 | 443 | 127 | 56 |
| Binary | 10111101 | 1111 | 11011100 | 1110 | 1011101 | 0 | 1110 | 100100011 | 1010111 | 101110 |
Color Harmonies of #BD0FDC
Complementary color
Monochromatic Colors of #BD0FDC
Black with #BD0FDC
Text Example
Text Example
White with #BD0FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FDC; }
p { color: rgb(189,15,220); }
H1.HeaderClassName
{
color: #BD0FDC;
}
.AnyTagClassName
{
color: #BD0FDC;
}
</style>
background-color css
<style>
a { background-color: #BD0FDC; }
a { background-color: rgb(189,15,220); }
div.DivClassName
{
background-color: #BD0FDC;
}
.BgClassName
{
background-color: #BD0FDC;
}
</style>
border-color css
<style>
span { border-color: #BD0FDC; }
span { border-color: rgb(189,15,220); }
td.TdClassName
{
border-color: #BD0FDC;
}
.TagClassName
{
border-color: #BD0FDC;
}
</style>