Shades of Deep Magenta #BD21B7
Tints of Deep Magenta #BD21B7
RGB
CMYK
RGB Variations
Color information
#BD21B7 (or 0xBD21B7) is known color: Deep Magenta. HEX triplet: BD, 21 and B7. RGB value is (189,33,183). Sum of RGB (Red+Green+Blue) = 189+33+183=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD21B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD21B7 is #42DE48. Grayscale: #606060. Windows color (decimal): -4382281 or 12001725. OLE color: 12001725.
HSL color Cylindrical-coordinate representation of color #BD21B7: hue angle of 302.31º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD21B7 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 183 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.26 |
| HSL | 302.31º | 0.7% | 0.44% | - |
| HSV(B) | 302.31º | 0.83% | 0.74% | - |
| XYZ | 30.08 | 15.33 | 46.17 | - |
| YUV | 96.74 | 176.68 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 183 | 0 | 0.83 | 0.03 | 0.26 | 302.31 | 0.7 | 0.44 |
| Hex | BD | 21 | B7 | 0 | 53 | 3 | 1A | 12E | 46 | 2C |
| Octal | 275 | 41 | 267 | 0 | 123 | 3 | 32 | 456 | 106 | 54 |
| Binary | 10111101 | 100001 | 10110111 | 0 | 1010011 | 11 | 11010 | 100101110 | 1000110 | 101100 |
Color Harmonies of #BD21B7
Complementary color
Monochromatic Colors of #BD21B7
Black with #BD21B7
Text Example
Text Example
White with #BD21B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD21B7; }
p { color: rgb(189,33,183); }
H1.HeaderClassName
{
color: #BD21B7;
}
.AnyTagClassName
{
color: #BD21B7;
}
</style>
background-color css
<style>
a { background-color: #BD21B7; }
a { background-color: rgb(189,33,183); }
div.DivClassName
{
background-color: #BD21B7;
}
.BgClassName
{
background-color: #BD21B7;
}
</style>
border-color css
<style>
span { border-color: #BD21B7; }
span { border-color: rgb(189,33,183); }
td.TdClassName
{
border-color: #BD21B7;
}
.TagClassName
{
border-color: #BD21B7;
}
</style>