Shades of Deep Magenta #BC1CD2
Tints of Deep Magenta #BC1CD2
RGB
CMYK
RGB Variations
Color information
#BC1CD2 (or 0xBC1CD2) is known color: Deep Magenta. HEX triplet: BC, 1C and D2. RGB value is (188,28,210). Sum of RGB (Red+Green+Blue) = 188+28+210=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 210 (82.42% from 255 or 49.30% from 426); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC1CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1CD2 is #43E32D. Grayscale: #606060. Windows color (decimal): -4449070 or 13769916. OLE color: 13769916.
HSL color Cylindrical-coordinate representation of color #BC1CD2: hue angle of 292.75º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1CD2 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 28 | 210 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.18 |
| HSL | 292.75º | 0.76% | 0.47% | - |
| HSV(B) | 292.75º | 0.87% | 0.82% | - |
| XYZ | 32.79 | 16.18 | 62.37 | - |
| YUV | 96.59 | 192.01 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 210 | 0.10 | 0.87 | 0 | 0.18 | 292.75 | 0.76 | 0.47 |
| Hex | BC | 1C | D2 | A | 57 | 0 | 12 | 125 | 4C | 2F |
| Octal | 274 | 34 | 322 | 12 | 127 | 0 | 22 | 445 | 114 | 57 |
| Binary | 10111100 | 11100 | 11010010 | 1010 | 1010111 | 0 | 10010 | 100100101 | 1001100 | 101111 |
Color Harmonies of #BC1CD2
Complementary color
Monochromatic Colors of #BC1CD2
Black with #BC1CD2
Text Example
Text Example
White with #BC1CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1CD2; }
p { color: rgb(188,28,210); }
H1.HeaderClassName
{
color: #BC1CD2;
}
.AnyTagClassName
{
color: #BC1CD2;
}
</style>
background-color css
<style>
a { background-color: #BC1CD2; }
a { background-color: rgb(188,28,210); }
div.DivClassName
{
background-color: #BC1CD2;
}
.BgClassName
{
background-color: #BC1CD2;
}
</style>
border-color css
<style>
span { border-color: #BC1CD2; }
span { border-color: rgb(188,28,210); }
td.TdClassName
{
border-color: #BC1CD2;
}
.TagClassName
{
border-color: #BC1CD2;
}
</style>