Shades of Deep Magenta #BC21BD
Tints of Deep Magenta #BC21BD
RGB
CMYK
RGB Variations
Color information
#BC21BD (or 0xBC21BD) is known color: Deep Magenta. HEX triplet: BC, 21 and BD. RGB value is (188,33,189). Sum of RGB (Red+Green+Blue) = 188+33+189=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC21BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC21BD is #43DE42. Grayscale: #606060. Windows color (decimal): -4447811 or 12394940. OLE color: 12394940.
HSL color Cylindrical-coordinate representation of color #BC21BD: hue angle of 299.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC21BD is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 189 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.26 |
| HSL | 299.62º | 0.7% | 0.44% | - |
| HSV(B) | 299.62º | 0.83% | 0.74% | - |
| XYZ | 30.47 | 15.45 | 49.52 | - |
| YUV | 97.13 | 179.85 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 189 | 0.01 | 0.83 | 0 | 0.26 | 299.62 | 0.7 | 0.44 |
| Hex | BC | 21 | BD | 1 | 53 | 0 | 1A | 12C | 46 | 2C |
| Octal | 274 | 41 | 275 | 1 | 123 | 0 | 32 | 454 | 106 | 54 |
| Binary | 10111100 | 100001 | 10111101 | 1 | 1010011 | 0 | 11010 | 100101100 | 1000110 | 101100 |
Color Harmonies of #BC21BD
Complementary color
Monochromatic Colors of #BC21BD
Black with #BC21BD
Text Example
Text Example
White with #BC21BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC21BD; }
p { color: rgb(188,33,189); }
H1.HeaderClassName
{
color: #BC21BD;
}
.AnyTagClassName
{
color: #BC21BD;
}
</style>
background-color css
<style>
a { background-color: #BC21BD; }
a { background-color: rgb(188,33,189); }
div.DivClassName
{
background-color: #BC21BD;
}
.BgClassName
{
background-color: #BC21BD;
}
</style>
border-color css
<style>
span { border-color: #BC21BD; }
span { border-color: rgb(188,33,189); }
td.TdClassName
{
border-color: #BC21BD;
}
.TagClassName
{
border-color: #BC21BD;
}
</style>