Shades of Deep Magenta #BD0EB6
Tints of Deep Magenta #BD0EB6
RGB
CMYK
RGB Variations
Color information
#BD0EB6 (or 0xBD0EB6) is known color: Deep Magenta. HEX triplet: BD, 0E and B6. RGB value is (189,14,182). Sum of RGB (Red+Green+Blue) = 189+14+182=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0EB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0EB6 is #42F149. Grayscale: #545454. Windows color (decimal): -4387146 or 11931325. OLE color: 11931325.
HSL color Cylindrical-coordinate representation of color #BD0EB6: hue angle of 302.4º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0EB6 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 14 | 182 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.26 |
| HSL | 302.4º | 0.86% | 0.4% | - |
| HSV(B) | 302.4º | 0.93% | 0.74% | - |
| XYZ | 29.59 | 14.51 | 45.5 | - |
| YUV | 85.48 | 182.48 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 182 | 0 | 0.93 | 0.04 | 0.26 | 302.4 | 0.86 | 0.4 |
| Hex | BD | E | B6 | 0 | 5D | 4 | 1A | 12E | 56 | 28 |
| Octal | 275 | 16 | 266 | 0 | 135 | 4 | 32 | 456 | 126 | 50 |
| Binary | 10111101 | 1110 | 10110110 | 0 | 1011101 | 100 | 11010 | 100101110 | 1010110 | 101000 |
Color Harmonies of #BD0EB6
Complementary color
Monochromatic Colors of #BD0EB6
Black with #BD0EB6
Text Example
Text Example
White with #BD0EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0EB6; }
p { color: rgb(189,14,182); }
H1.HeaderClassName
{
color: #BD0EB6;
}
.AnyTagClassName
{
color: #BD0EB6;
}
</style>
background-color css
<style>
a { background-color: #BD0EB6; }
a { background-color: rgb(189,14,182); }
div.DivClassName
{
background-color: #BD0EB6;
}
.BgClassName
{
background-color: #BD0EB6;
}
</style>
border-color css
<style>
span { border-color: #BD0EB6; }
span { border-color: rgb(189,14,182); }
td.TdClassName
{
border-color: #BD0EB6;
}
.TagClassName
{
border-color: #BD0EB6;
}
</style>