Shades of Deep Magenta #BC07DB
Tints of Deep Magenta #BC07DB
RGB
CMYK
RGB Variations
Color information
#BC07DB (or 0xBC07DB) is known color: Deep Magenta. HEX triplet: BC, 07 and DB. RGB value is (188,7,219). Sum of RGB (Red+Green+Blue) = 188+7+219=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC07DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC07DB is #43F824. Grayscale: #545454. Windows color (decimal): -4454437 or 14354364. OLE color: 14354364.
HSL color Cylindrical-coordinate representation of color #BC07DB: hue angle of 291.23º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC07DB is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 7 | 219 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.14 |
| HSL | 291.23º | 0.94% | 0.44% | - |
| HSV(B) | 291.23º | 0.97% | 0.86% | - |
| XYZ | 33.6 | 15.96 | 68.33 | - |
| YUV | 85.29 | 203.47 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 219 | 0.14 | 0.97 | 0 | 0.14 | 291.23 | 0.94 | 0.44 |
| Hex | BC | 7 | DB | E | 61 | 0 | E | 123 | 5E | 2C |
| Octal | 274 | 7 | 333 | 16 | 141 | 0 | 16 | 443 | 136 | 54 |
| Binary | 10111100 | 111 | 11011011 | 1110 | 1100001 | 0 | 1110 | 100100011 | 1011110 | 101100 |
Color Harmonies of #BC07DB
Complementary color
Monochromatic Colors of #BC07DB
Black with #BC07DB
Text Example
Text Example
White with #BC07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC07DB; }
p { color: rgb(188,7,219); }
H1.HeaderClassName
{
color: #BC07DB;
}
.AnyTagClassName
{
color: #BC07DB;
}
</style>
background-color css
<style>
a { background-color: #BC07DB; }
a { background-color: rgb(188,7,219); }
div.DivClassName
{
background-color: #BC07DB;
}
.BgClassName
{
background-color: #BC07DB;
}
</style>
border-color css
<style>
span { border-color: #BC07DB; }
span { border-color: rgb(188,7,219); }
td.TdClassName
{
border-color: #BC07DB;
}
.TagClassName
{
border-color: #BC07DB;
}
</style>