Shades of Deep Magenta #BD1BDD
Tints of Deep Magenta #BD1BDD
RGB
CMYK
RGB Variations
Color information
#BD1BDD (or 0xBD1BDD) is known color: Deep Magenta. HEX triplet: BD, 1B and DD. RGB value is (189,27,221). Sum of RGB (Red+Green+Blue) = 189+27+221=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 27 (10.94% from 255 or 6.18% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD1BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1BDD is #42E422. Grayscale: #606060. Windows color (decimal): -4383779 or 14490557. OLE color: 14490557.
HSL color Cylindrical-coordinate representation of color #BD1BDD: hue angle of 290.1º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1BDD is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 27 | 221 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.13 |
| HSL | 290.1º | 0.78% | 0.49% | - |
| HSV(B) | 290.1º | 0.88% | 0.87% | - |
| XYZ | 34.43 | 16.82 | 69.84 | - |
| YUV | 97.55 | 197.67 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 221 | 0.14 | 0.88 | 0 | 0.13 | 290.1 | 0.78 | 0.49 |
| Hex | BD | 1B | DD | E | 58 | 0 | D | 122 | 4E | 31 |
| Octal | 275 | 33 | 335 | 16 | 130 | 0 | 15 | 442 | 116 | 61 |
| Binary | 10111101 | 11011 | 11011101 | 1110 | 1011000 | 0 | 1101 | 100100010 | 1001110 | 110001 |
Color Harmonies of #BD1BDD
Complementary color
Monochromatic Colors of #BD1BDD
Black with #BD1BDD
Text Example
Text Example
White with #BD1BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1BDD; }
p { color: rgb(189,27,221); }
H1.HeaderClassName
{
color: #BD1BDD;
}
.AnyTagClassName
{
color: #BD1BDD;
}
</style>
background-color css
<style>
a { background-color: #BD1BDD; }
a { background-color: rgb(189,27,221); }
div.DivClassName
{
background-color: #BD1BDD;
}
.BgClassName
{
background-color: #BD1BDD;
}
</style>
border-color css
<style>
span { border-color: #BD1BDD; }
span { border-color: rgb(189,27,221); }
td.TdClassName
{
border-color: #BD1BDD;
}
.TagClassName
{
border-color: #BD1BDD;
}
</style>