Shades of Deep Magenta #BC1ADB
Tints of Deep Magenta #BC1ADB
RGB
CMYK
RGB Variations
Color information
#BC1ADB (or 0xBC1ADB) is known color: Deep Magenta. HEX triplet: BC, 1A and DB. RGB value is (188,26,219). Sum of RGB (Red+Green+Blue) = 188+26+219=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC1ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1ADB is #43E524. Grayscale: #5F5F5F. Windows color (decimal): -4449573 or 14359228. OLE color: 14359228.
HSL color Cylindrical-coordinate representation of color #BC1ADB: hue angle of 290.36º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1ADB is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 26 | 219 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.14 |
| HSL | 290.36º | 0.79% | 0.48% | - |
| HSV(B) | 290.36º | 0.88% | 0.86% | - |
| XYZ | 33.89 | 16.54 | 68.42 | - |
| YUV | 96.44 | 197.17 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 219 | 0.14 | 0.88 | 0 | 0.14 | 290.36 | 0.79 | 0.48 |
| Hex | BC | 1A | DB | E | 58 | 0 | E | 122 | 4F | 30 |
| Octal | 274 | 32 | 333 | 16 | 130 | 0 | 16 | 442 | 117 | 60 |
| Binary | 10111100 | 11010 | 11011011 | 1110 | 1011000 | 0 | 1110 | 100100010 | 1001111 | 110000 |
Color Harmonies of #BC1ADB
Complementary color
Monochromatic Colors of #BC1ADB
Black with #BC1ADB
Text Example
Text Example
White with #BC1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1ADB; }
p { color: rgb(188,26,219); }
H1.HeaderClassName
{
color: #BC1ADB;
}
.AnyTagClassName
{
color: #BC1ADB;
}
</style>
background-color css
<style>
a { background-color: #BC1ADB; }
a { background-color: rgb(188,26,219); }
div.DivClassName
{
background-color: #BC1ADB;
}
.BgClassName
{
background-color: #BC1ADB;
}
</style>
border-color css
<style>
span { border-color: #BC1ADB; }
span { border-color: rgb(188,26,219); }
td.TdClassName
{
border-color: #BC1ADB;
}
.TagClassName
{
border-color: #BC1ADB;
}
</style>