Shades of Deep Magenta #BD1BDC
Tints of Deep Magenta #BD1BDC
RGB
CMYK
RGB Variations
Color information
#BD1BDC (or 0xBD1BDC) is known color: Deep Magenta. HEX triplet: BD, 1B and DC. RGB value is (189,27,220). Sum of RGB (Red+Green+Blue) = 189+27+220=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD1BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1BDC is #42E423. Grayscale: #606060. Windows color (decimal): -4383780 or 14425021. OLE color: 14425021.
HSL color Cylindrical-coordinate representation of color #BD1BDC: hue angle of 290.36º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1BDC is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 27 | 220 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.14 |
| HSL | 290.36º | 0.78% | 0.48% | - |
| HSV(B) | 290.36º | 0.88% | 0.86% | - |
| XYZ | 34.3 | 16.77 | 69.14 | - |
| YUV | 97.44 | 197.17 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 220 | 0.14 | 0.88 | 0 | 0.14 | 290.36 | 0.78 | 0.48 |
| Hex | BD | 1B | DC | E | 58 | 0 | E | 122 | 4E | 30 |
| Octal | 275 | 33 | 334 | 16 | 130 | 0 | 16 | 442 | 116 | 60 |
| Binary | 10111101 | 11011 | 11011100 | 1110 | 1011000 | 0 | 1110 | 100100010 | 1001110 | 110000 |
Color Harmonies of #BD1BDC
Complementary color
Monochromatic Colors of #BD1BDC
Black with #BD1BDC
Text Example
Text Example
White with #BD1BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1BDC; }
p { color: rgb(189,27,220); }
H1.HeaderClassName
{
color: #BD1BDC;
}
.AnyTagClassName
{
color: #BD1BDC;
}
</style>
background-color css
<style>
a { background-color: #BD1BDC; }
a { background-color: rgb(189,27,220); }
div.DivClassName
{
background-color: #BD1BDC;
}
.BgClassName
{
background-color: #BD1BDC;
}
</style>
border-color css
<style>
span { border-color: #BD1BDC; }
span { border-color: rgb(189,27,220); }
td.TdClassName
{
border-color: #BD1BDC;
}
.TagClassName
{
border-color: #BD1BDC;
}
</style>