Shades of Deep Magenta #BD15C1
Tints of Deep Magenta #BD15C1
RGB
CMYK
RGB Variations
Color information
#BD15C1 (or 0xBD15C1) is known color: Deep Magenta. HEX triplet: BD, 15 and C1. RGB value is (189,21,193). Sum of RGB (Red+Green+Blue) = 189+21+193=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD15C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD15C1 is #42EA3E. Grayscale: #5A5A5A. Windows color (decimal): -4385343 or 12654013. OLE color: 12654013.
HSL color Cylindrical-coordinate representation of color #BD15C1: hue angle of 298.6º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD15C1 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 21 | 193 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.24 |
| HSL | 298.6º | 0.8% | 0.42% | - |
| HSV(B) | 298.6º | 0.89% | 0.76% | - |
| XYZ | 30.88 | 15.21 | 51.76 | - |
| YUV | 90.84 | 185.66 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 193 | 0.02 | 0.89 | 0 | 0.24 | 298.6 | 0.8 | 0.42 |
| Hex | BD | 15 | C1 | 2 | 59 | 0 | 18 | 12B | 50 | 2A |
| Octal | 275 | 25 | 301 | 2 | 131 | 0 | 30 | 453 | 120 | 52 |
| Binary | 10111101 | 10101 | 11000001 | 10 | 1011001 | 0 | 11000 | 100101011 | 1010000 | 101010 |
Color Harmonies of #BD15C1
Complementary color
Monochromatic Colors of #BD15C1
Black with #BD15C1
Text Example
Text Example
White with #BD15C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD15C1; }
p { color: rgb(189,21,193); }
H1.HeaderClassName
{
color: #BD15C1;
}
.AnyTagClassName
{
color: #BD15C1;
}
</style>
background-color css
<style>
a { background-color: #BD15C1; }
a { background-color: rgb(189,21,193); }
div.DivClassName
{
background-color: #BD15C1;
}
.BgClassName
{
background-color: #BD15C1;
}
</style>
border-color css
<style>
span { border-color: #BD15C1; }
span { border-color: rgb(189,21,193); }
td.TdClassName
{
border-color: #BD15C1;
}
.TagClassName
{
border-color: #BD15C1;
}
</style>