Shades of Deep Magenta #BD15D7
Tints of Deep Magenta #BD15D7
RGB
CMYK
RGB Variations
Color information
#BD15D7 (or 0xBD15D7) is known color: Deep Magenta. HEX triplet: BD, 15 and D7. RGB value is (189,21,215). Sum of RGB (Red+Green+Blue) = 189+21+215=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD15D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD15D7 is #42EA28. Grayscale: #5C5C5C. Windows color (decimal): -4385321 or 14095805. OLE color: 14095805.
HSL color Cylindrical-coordinate representation of color #BD15D7: hue angle of 291.96º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD15D7 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 21 | 215 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.16 |
| HSL | 291.96º | 0.82% | 0.46% | - |
| HSV(B) | 291.96º | 0.9% | 0.84% | - |
| XYZ | 33.52 | 16.26 | 65.66 | - |
| YUV | 93.35 | 196.66 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 215 | 0.12 | 0.90 | 0 | 0.16 | 291.96 | 0.82 | 0.46 |
| Hex | BD | 15 | D7 | C | 5A | 0 | 10 | 124 | 52 | 2E |
| Octal | 275 | 25 | 327 | 14 | 132 | 0 | 20 | 444 | 122 | 56 |
| Binary | 10111101 | 10101 | 11010111 | 1100 | 1011010 | 0 | 10000 | 100100100 | 1010010 | 101110 |
Color Harmonies of #BD15D7
Complementary color
Monochromatic Colors of #BD15D7
Black with #BD15D7
Text Example
Text Example
White with #BD15D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD15D7; }
p { color: rgb(189,21,215); }
H1.HeaderClassName
{
color: #BD15D7;
}
.AnyTagClassName
{
color: #BD15D7;
}
</style>
background-color css
<style>
a { background-color: #BD15D7; }
a { background-color: rgb(189,21,215); }
div.DivClassName
{
background-color: #BD15D7;
}
.BgClassName
{
background-color: #BD15D7;
}
</style>
border-color css
<style>
span { border-color: #BD15D7; }
span { border-color: rgb(189,21,215); }
td.TdClassName
{
border-color: #BD15D7;
}
.TagClassName
{
border-color: #BD15D7;
}
</style>