Shades of Deep Magenta #BC1ADD
Tints of Deep Magenta #BC1ADD
RGB
CMYK
RGB Variations
Color information
#BC1ADD (or 0xBC1ADD) is known color: Deep Magenta. HEX triplet: BC, 1A and DD. RGB value is (188,26,221). Sum of RGB (Red+Green+Blue) = 188+26+221=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC1ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1ADD is #43E522. Grayscale: #606060. Windows color (decimal): -4449571 or 14490300. OLE color: 14490300.
HSL color Cylindrical-coordinate representation of color #BC1ADD: hue angle of 289.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1ADD is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 26 | 221 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.13 |
| HSL | 289.85º | 0.79% | 0.48% | - |
| HSV(B) | 289.85º | 0.88% | 0.87% | - |
| XYZ | 34.16 | 16.65 | 69.82 | - |
| YUV | 96.67 | 198.17 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 221 | 0.15 | 0.88 | 0 | 0.13 | 289.85 | 0.79 | 0.48 |
| Hex | BC | 1A | DD | F | 58 | 0 | D | 122 | 4F | 30 |
| Octal | 274 | 32 | 335 | 17 | 130 | 0 | 15 | 442 | 117 | 60 |
| Binary | 10111100 | 11010 | 11011101 | 1111 | 1011000 | 0 | 1101 | 100100010 | 1001111 | 110000 |
Color Harmonies of #BC1ADD
Complementary color
Monochromatic Colors of #BC1ADD
Black with #BC1ADD
Text Example
Text Example
White with #BC1ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1ADD; }
p { color: rgb(188,26,221); }
H1.HeaderClassName
{
color: #BC1ADD;
}
.AnyTagClassName
{
color: #BC1ADD;
}
</style>
background-color css
<style>
a { background-color: #BC1ADD; }
a { background-color: rgb(188,26,221); }
div.DivClassName
{
background-color: #BC1ADD;
}
.BgClassName
{
background-color: #BC1ADD;
}
</style>
border-color css
<style>
span { border-color: #BC1ADD; }
span { border-color: rgb(188,26,221); }
td.TdClassName
{
border-color: #BC1ADD;
}
.TagClassName
{
border-color: #BC1ADD;
}
</style>