Shades of Deep Magenta #BC1EDA
Tints of Deep Magenta #BC1EDA
RGB
CMYK
RGB Variations
Color information
#BC1EDA (or 0xBC1EDA) is known color: Deep Magenta. HEX triplet: BC, 1E and DA. RGB value is (188,30,218). Sum of RGB (Red+Green+Blue) = 188+30+218=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 30 (12.11% from 255 or 6.88% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC1EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1EDA is #43E125. Grayscale: #626262. Windows color (decimal): -4448550 or 14294716. OLE color: 14294716.
HSL color Cylindrical-coordinate representation of color #BC1EDA: hue angle of 290.43º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1EDA is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 188 | 30 | 218 | - |
CMYK | 0.14 | 0.86 | 0 | 0.15 |
HSL | 290.43º | 0.76% | 0.49% | - |
HSV(B) | 290.43º | 0.86% | 0.85% | - |
XYZ | 33.86 | 16.68 | 67.77 | - |
YUV | 98.67 | 195.35 | 191.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 30 | 218 | 0.14 | 0.86 | 0 | 0.15 | 290.43 | 0.76 | 0.49 |
Hex | BC | 1E | DA | E | 56 | 0 | F | 122 | 4C | 31 |
Octal | 274 | 36 | 332 | 16 | 126 | 0 | 17 | 442 | 114 | 61 |
Binary | 10111100 | 11110 | 11011010 | 1110 | 1010110 | 0 | 1111 | 100100010 | 1001100 | 110001 |
Color Harmonies of #BC1EDA
Complementary color
Monochromatic Colors of #BC1EDA
Black with #BC1EDA
Text Example
Text Example
White with #BC1EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1EDA; }
p { color: rgb(188,30,218); }
H1.HeaderClassName
{
color: #BC1EDA;
}
.AnyTagClassName
{
color: #BC1EDA;
}
</style>
background-color css
<style>
a { background-color: #BC1EDA; }
a { background-color: rgb(188,30,218); }
div.DivClassName
{
background-color: #BC1EDA;
}
.BgClassName
{
background-color: #BC1EDA;
}
</style>
border-color css
<style>
span { border-color: #BC1EDA; }
span { border-color: rgb(188,30,218); }
td.TdClassName
{
border-color: #BC1EDA;
}
.TagClassName
{
border-color: #BC1EDA;
}
</style>