Shades of Deep Magenta #BD20B5
Tints of Deep Magenta #BD20B5
RGB
CMYK
RGB Variations
Color information
#BD20B5 (or 0xBD20B5) is known color: Deep Magenta. HEX triplet: BD, 20 and B5. RGB value is (189,32,181). Sum of RGB (Red+Green+Blue) = 189+32+181=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD20B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD20B5 is #42DF4A. Grayscale: #5F5F5F. Windows color (decimal): -4382539 or 11870397. OLE color: 11870397.
HSL color Cylindrical-coordinate representation of color #BD20B5: hue angle of 303.06º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD20B5 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 181 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.26 |
| HSL | 303.06º | 0.71% | 0.43% | - |
| HSV(B) | 303.06º | 0.83% | 0.74% | - |
| XYZ | 29.84 | 15.19 | 45.07 | - |
| YUV | 95.93 | 176.01 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 181 | 0 | 0.83 | 0.04 | 0.26 | 303.06 | 0.71 | 0.43 |
| Hex | BD | 20 | B5 | 0 | 53 | 4 | 1A | 12F | 47 | 2B |
| Octal | 275 | 40 | 265 | 0 | 123 | 4 | 32 | 457 | 107 | 53 |
| Binary | 10111101 | 100000 | 10110101 | 0 | 1010011 | 100 | 11010 | 100101111 | 1000111 | 101011 |
Color Harmonies of #BD20B5
Complementary color
Monochromatic Colors of #BD20B5
Black with #BD20B5
Text Example
Text Example
White with #BD20B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD20B5; }
p { color: rgb(189,32,181); }
H1.HeaderClassName
{
color: #BD20B5;
}
.AnyTagClassName
{
color: #BD20B5;
}
</style>
background-color css
<style>
a { background-color: #BD20B5; }
a { background-color: rgb(189,32,181); }
div.DivClassName
{
background-color: #BD20B5;
}
.BgClassName
{
background-color: #BD20B5;
}
</style>
border-color css
<style>
span { border-color: #BD20B5; }
span { border-color: rgb(189,32,181); }
td.TdClassName
{
border-color: #BD20B5;
}
.TagClassName
{
border-color: #BD20B5;
}
</style>