Shades of Deep Magenta #BD21BB
Tints of Deep Magenta #BD21BB
RGB
CMYK
RGB Variations
Color information
#BD21BB (or 0xBD21BB) is known color: Deep Magenta. HEX triplet: BD, 21 and BB. RGB value is (189,33,187). Sum of RGB (Red+Green+Blue) = 189+33+187=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD21BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD21BB is #42DE44. Grayscale: #606060. Windows color (decimal): -4382277 or 12263869. OLE color: 12263869.
HSL color Cylindrical-coordinate representation of color #BD21BB: hue angle of 300.77º 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 #BD21BB is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 187 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.26 |
| HSL | 300.77º | 0.7% | 0.44% | - |
| HSV(B) | 300.77º | 0.83% | 0.74% | - |
| XYZ | 30.5 | 15.49 | 48.4 | - |
| YUV | 97.2 | 178.68 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 187 | 0 | 0.83 | 0.01 | 0.26 | 300.77 | 0.7 | 0.44 |
| Hex | BD | 21 | BB | 0 | 53 | 1 | 1A | 12D | 46 | 2C |
| Octal | 275 | 41 | 273 | 0 | 123 | 1 | 32 | 455 | 106 | 54 |
| Binary | 10111101 | 100001 | 10111011 | 0 | 1010011 | 1 | 11010 | 100101101 | 1000110 | 101100 |
Color Harmonies of #BD21BB
Complementary color
Monochromatic Colors of #BD21BB
Black with #BD21BB
Text Example
Text Example
White with #BD21BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD21BB; }
p { color: rgb(189,33,187); }
H1.HeaderClassName
{
color: #BD21BB;
}
.AnyTagClassName
{
color: #BD21BB;
}
</style>
background-color css
<style>
a { background-color: #BD21BB; }
a { background-color: rgb(189,33,187); }
div.DivClassName
{
background-color: #BD21BB;
}
.BgClassName
{
background-color: #BD21BB;
}
</style>
border-color css
<style>
span { border-color: #BD21BB; }
span { border-color: rgb(189,33,187); }
td.TdClassName
{
border-color: #BD21BB;
}
.TagClassName
{
border-color: #BD21BB;
}
</style>