Shades of Deep Magenta #BD0BD1
Tints of Deep Magenta #BD0BD1
RGB
CMYK
RGB Variations
Color information
#BD0BD1 (or 0xBD0BD1) is known color: Deep Magenta. HEX triplet: BD, 0B and D1. RGB value is (189,11,209). Sum of RGB (Red+Green+Blue) = 189+11+209=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 209 (82.03% from 255 or 51.10% from 409); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD0BD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0BD1 is #42F42E. Grayscale: #565656. Windows color (decimal): -4387887 or 13700029. OLE color: 13700029.
HSL color Cylindrical-coordinate representation of color #BD0BD1: hue angle of 293.94º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0BD1 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 11 | 209 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.18 |
| HSL | 293.94º | 0.9% | 0.43% | - |
| HSV(B) | 293.94º | 0.95% | 0.82% | - |
| XYZ | 32.61 | 15.66 | 61.63 | - |
| YUV | 86.79 | 196.97 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 11 | 209 | 0.10 | 0.95 | 0 | 0.18 | 293.94 | 0.9 | 0.43 |
| Hex | BD | B | D1 | A | 5F | 0 | 12 | 126 | 5A | 2B |
| Octal | 275 | 13 | 321 | 12 | 137 | 0 | 22 | 446 | 132 | 53 |
| Binary | 10111101 | 1011 | 11010001 | 1010 | 1011111 | 0 | 10010 | 100100110 | 1011010 | 101011 |
Color Harmonies of #BD0BD1
Complementary color
Monochromatic Colors of #BD0BD1
Black with #BD0BD1
Text Example
Text Example
White with #BD0BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0BD1; }
p { color: rgb(189,11,209); }
H1.HeaderClassName
{
color: #BD0BD1;
}
.AnyTagClassName
{
color: #BD0BD1;
}
</style>
background-color css
<style>
a { background-color: #BD0BD1; }
a { background-color: rgb(189,11,209); }
div.DivClassName
{
background-color: #BD0BD1;
}
.BgClassName
{
background-color: #BD0BD1;
}
</style>
border-color css
<style>
span { border-color: #BD0BD1; }
span { border-color: rgb(189,11,209); }
td.TdClassName
{
border-color: #BD0BD1;
}
.TagClassName
{
border-color: #BD0BD1;
}
</style>