Shades of Deep Magenta #BD11B5
Tints of Deep Magenta #BD11B5
RGB
CMYK
RGB Variations
Color information
#BD11B5 (or 0xBD11B5) is known color: Deep Magenta. HEX triplet: BD, 11 and B5. RGB value is (189,17,181). Sum of RGB (Red+Green+Blue) = 189+17+181=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD11B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD11B5 is #42EE4A. Grayscale: #565656. Windows color (decimal): -4386379 or 11866557. OLE color: 11866557.
HSL color Cylindrical-coordinate representation of color #BD11B5: hue angle of 302.79º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD11B5 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 181 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.26 |
| HSL | 302.79º | 0.83% | 0.4% | - |
| HSV(B) | 302.79º | 0.91% | 0.74% | - |
| XYZ | 29.53 | 14.56 | 44.97 | - |
| YUV | 87.12 | 180.98 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 181 | 0 | 0.91 | 0.04 | 0.26 | 302.79 | 0.83 | 0.4 |
| Hex | BD | 11 | B5 | 0 | 5B | 4 | 1A | 12F | 53 | 28 |
| Octal | 275 | 21 | 265 | 0 | 133 | 4 | 32 | 457 | 123 | 50 |
| Binary | 10111101 | 10001 | 10110101 | 0 | 1011011 | 100 | 11010 | 100101111 | 1010011 | 101000 |
Color Harmonies of #BD11B5
Complementary color
Monochromatic Colors of #BD11B5
Black with #BD11B5
Text Example
Text Example
White with #BD11B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD11B5; }
p { color: rgb(189,17,181); }
H1.HeaderClassName
{
color: #BD11B5;
}
.AnyTagClassName
{
color: #BD11B5;
}
</style>
background-color css
<style>
a { background-color: #BD11B5; }
a { background-color: rgb(189,17,181); }
div.DivClassName
{
background-color: #BD11B5;
}
.BgClassName
{
background-color: #BD11B5;
}
</style>
border-color css
<style>
span { border-color: #BD11B5; }
span { border-color: rgb(189,17,181); }
td.TdClassName
{
border-color: #BD11B5;
}
.TagClassName
{
border-color: #BD11B5;
}
</style>