Shades of Deep Magenta #BC08D0
Tints of Deep Magenta #BC08D0
RGB
CMYK
RGB Variations
Color information
#BC08D0 (or 0xBC08D0) is known color: Deep Magenta. HEX triplet: BC, 08 and D0. RGB value is (188,8,208). Sum of RGB (Red+Green+Blue) = 188+8+208=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC08D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08D0 is #43F72F. Grayscale: #545454. Windows color (decimal): -4454192 or 13633724. OLE color: 13633724.
HSL color Cylindrical-coordinate representation of color #BC08D0: hue angle of 294º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC08D0 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 8 | 208 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.18 |
| HSL | 294º | 0.93% | 0.42% | - |
| HSV(B) | 294º | 0.96% | 0.82% | - |
| XYZ | 32.21 | 15.42 | 60.95 | - |
| YUV | 84.62 | 197.63 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 208 | 0.10 | 0.96 | 0 | 0.18 | 294 | 0.93 | 0.42 |
| Hex | BC | 8 | D0 | A | 60 | 0 | 12 | 126 | 5D | 2A |
| Octal | 274 | 10 | 320 | 12 | 140 | 0 | 22 | 446 | 135 | 52 |
| Binary | 10111100 | 1000 | 11010000 | 1010 | 1100000 | 0 | 10010 | 100100110 | 1011101 | 101010 |
Color Harmonies of #BC08D0
Complementary color
Monochromatic Colors of #BC08D0
Black with #BC08D0
Text Example
Text Example
White with #BC08D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC08D0; }
p { color: rgb(188,8,208); }
H1.HeaderClassName
{
color: #BC08D0;
}
.AnyTagClassName
{
color: #BC08D0;
}
</style>
background-color css
<style>
a { background-color: #BC08D0; }
a { background-color: rgb(188,8,208); }
div.DivClassName
{
background-color: #BC08D0;
}
.BgClassName
{
background-color: #BC08D0;
}
</style>
border-color css
<style>
span { border-color: #BC08D0; }
span { border-color: rgb(188,8,208); }
td.TdClassName
{
border-color: #BC08D0;
}
.TagClassName
{
border-color: #BC08D0;
}
</style>