Shades of Deep Magenta #BD15B7
Tints of Deep Magenta #BD15B7
RGB
CMYK
RGB Variations
Color information
#BD15B7 (or 0xBD15B7) is known color: Deep Magenta. HEX triplet: BD, 15 and B7. RGB value is (189,21,183). Sum of RGB (Red+Green+Blue) = 189+21+183=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD15B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD15B7 is #42EA48. Grayscale: #595959. Windows color (decimal): -4385353 or 11998653. OLE color: 11998653.
HSL color Cylindrical-coordinate representation of color #BD15B7: hue angle of 302.14º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD15B7 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 183 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.26 |
| HSL | 302.14º | 0.8% | 0.41% | - |
| HSV(B) | 302.14º | 0.89% | 0.74% | - |
| XYZ | 29.8 | 14.77 | 46.08 | - |
| YUV | 89.7 | 180.66 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 183 | 0 | 0.89 | 0.03 | 0.26 | 302.14 | 0.8 | 0.41 |
| Hex | BD | 15 | B7 | 0 | 59 | 3 | 1A | 12E | 50 | 29 |
| Octal | 275 | 25 | 267 | 0 | 131 | 3 | 32 | 456 | 120 | 51 |
| Binary | 10111101 | 10101 | 10110111 | 0 | 1011001 | 11 | 11010 | 100101110 | 1010000 | 101001 |
Color Harmonies of #BD15B7
Complementary color
Monochromatic Colors of #BD15B7
Black with #BD15B7
Text Example
Text Example
White with #BD15B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD15B7; }
p { color: rgb(189,21,183); }
H1.HeaderClassName
{
color: #BD15B7;
}
.AnyTagClassName
{
color: #BD15B7;
}
</style>
background-color css
<style>
a { background-color: #BD15B7; }
a { background-color: rgb(189,21,183); }
div.DivClassName
{
background-color: #BD15B7;
}
.BgClassName
{
background-color: #BD15B7;
}
</style>
border-color css
<style>
span { border-color: #BD15B7; }
span { border-color: rgb(189,21,183); }
td.TdClassName
{
border-color: #BD15B7;
}
.TagClassName
{
border-color: #BD15B7;
}
</style>