Shades of Deep Magenta #BC07DA
Tints of Deep Magenta #BC07DA
RGB
CMYK
RGB Variations
Color information
#BC07DA (or 0xBC07DA) is known color: Deep Magenta. HEX triplet: BC, 07 and DA. RGB value is (188,7,218). Sum of RGB (Red+Green+Blue) = 188+7+218=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC07DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC07DA is #43F825. Grayscale: #545454. Windows color (decimal): -4454438 or 14288828. OLE color: 14288828.
HSL color Cylindrical-coordinate representation of color #BC07DA: hue angle of 291.47º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC07DA is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 7 | 218 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.15 |
| HSL | 291.47º | 0.94% | 0.44% | - |
| HSV(B) | 291.47º | 0.97% | 0.85% | - |
| XYZ | 33.47 | 15.91 | 67.64 | - |
| YUV | 85.17 | 202.97 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 218 | 0.14 | 0.97 | 0 | 0.15 | 291.47 | 0.94 | 0.44 |
| Hex | BC | 7 | DA | E | 61 | 0 | F | 123 | 5E | 2C |
| Octal | 274 | 7 | 332 | 16 | 141 | 0 | 17 | 443 | 136 | 54 |
| Binary | 10111100 | 111 | 11011010 | 1110 | 1100001 | 0 | 1111 | 100100011 | 1011110 | 101100 |
Color Harmonies of #BC07DA
Complementary color
Monochromatic Colors of #BC07DA
Black with #BC07DA
Text Example
Text Example
White with #BC07DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC07DA; }
p { color: rgb(188,7,218); }
H1.HeaderClassName
{
color: #BC07DA;
}
.AnyTagClassName
{
color: #BC07DA;
}
</style>
background-color css
<style>
a { background-color: #BC07DA; }
a { background-color: rgb(188,7,218); }
div.DivClassName
{
background-color: #BC07DA;
}
.BgClassName
{
background-color: #BC07DA;
}
</style>
border-color css
<style>
span { border-color: #BC07DA; }
span { border-color: rgb(188,7,218); }
td.TdClassName
{
border-color: #BC07DA;
}
.TagClassName
{
border-color: #BC07DA;
}
</style>