Shades of Deep Magenta #BD15CC
Tints of Deep Magenta #BD15CC
RGB
CMYK
RGB Variations
Color information
#BD15CC (or 0xBD15CC) is known color: Deep Magenta. HEX triplet: BD, 15 and CC. RGB value is (189,21,204). Sum of RGB (Red+Green+Blue) = 189+21+204=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD15CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD15CC is #42EA33. Grayscale: #5B5B5B. Windows color (decimal): -4385332 or 13374909. OLE color: 13374909.
HSL color Cylindrical-coordinate representation of color #BD15CC: hue angle of 295.08º 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 #BD15CC is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 21 | 204 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.2 |
| HSL | 295.08º | 0.81% | 0.44% | - |
| HSV(B) | 295.08º | 0.9% | 0.8% | - |
| XYZ | 32.15 | 15.71 | 58.47 | - |
| YUV | 92.09 | 191.16 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 204 | 0.07 | 0.90 | 0 | 0.2 | 295.08 | 0.81 | 0.44 |
| Hex | BD | 15 | CC | 7 | 5A | 0 | 14 | 127 | 51 | 2C |
| Octal | 275 | 25 | 314 | 7 | 132 | 0 | 24 | 447 | 121 | 54 |
| Binary | 10111101 | 10101 | 11001100 | 111 | 1011010 | 0 | 10100 | 100100111 | 1010001 | 101100 |
Color Harmonies of #BD15CC
Complementary color
Monochromatic Colors of #BD15CC
Black with #BD15CC
Text Example
Text Example
White with #BD15CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD15CC; }
p { color: rgb(189,21,204); }
H1.HeaderClassName
{
color: #BD15CC;
}
.AnyTagClassName
{
color: #BD15CC;
}
</style>
background-color css
<style>
a { background-color: #BD15CC; }
a { background-color: rgb(189,21,204); }
div.DivClassName
{
background-color: #BD15CC;
}
.BgClassName
{
background-color: #BD15CC;
}
</style>
border-color css
<style>
span { border-color: #BD15CC; }
span { border-color: rgb(189,21,204); }
td.TdClassName
{
border-color: #BD15CC;
}
.TagClassName
{
border-color: #BD15CC;
}
</style>