Shades of Deep Magenta #BD15CD
Tints of Deep Magenta #BD15CD
RGB
CMYK
RGB Variations
Color information
#BD15CD (or 0xBD15CD) is known color: Deep Magenta. HEX triplet: BD, 15 and CD. RGB value is (189,21,205). Sum of RGB (Red+Green+Blue) = 189+21+205=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD15CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD15CD is #42EA32. Grayscale: #5B5B5B. Windows color (decimal): -4385331 or 13440445. OLE color: 13440445.
HSL color Cylindrical-coordinate representation of color #BD15CD: hue angle of 294.78º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD15CD is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 21 | 205 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.20 |
| HSL | 294.78º | 0.81% | 0.44% | - |
| HSV(B) | 294.78º | 0.9% | 0.8% | - |
| XYZ | 32.27 | 15.76 | 59.1 | - |
| YUV | 92.21 | 191.66 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 205 | 0.08 | 0.90 | 0 | 0.20 | 294.78 | 0.81 | 0.44 |
| Hex | BD | 15 | CD | 8 | 5A | 0 | 14 | 127 | 51 | 2C |
| Octal | 275 | 25 | 315 | 10 | 132 | 0 | 24 | 447 | 121 | 54 |
| Binary | 10111101 | 10101 | 11001101 | 1000 | 1011010 | 0 | 10100 | 100100111 | 1010001 | 101100 |
Color Harmonies of #BD15CD
Complementary color
Monochromatic Colors of #BD15CD
Black with #BD15CD
Text Example
Text Example
White with #BD15CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD15CD; }
p { color: rgb(189,21,205); }
H1.HeaderClassName
{
color: #BD15CD;
}
.AnyTagClassName
{
color: #BD15CD;
}
</style>
background-color css
<style>
a { background-color: #BD15CD; }
a { background-color: rgb(189,21,205); }
div.DivClassName
{
background-color: #BD15CD;
}
.BgClassName
{
background-color: #BD15CD;
}
</style>
border-color css
<style>
span { border-color: #BD15CD; }
span { border-color: rgb(189,21,205); }
td.TdClassName
{
border-color: #BD15CD;
}
.TagClassName
{
border-color: #BD15CD;
}
</style>