Shades of Deep Magenta #BC08C1
Tints of Deep Magenta #BC08C1
RGB
CMYK
RGB Variations
Color information
#BC08C1 (or 0xBC08C1) is known color: Deep Magenta. HEX triplet: BC, 08 and C1. RGB value is (188,8,193). Sum of RGB (Red+Green+Blue) = 188+8+193=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC08C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08C1 is #43F73E. Grayscale: #525252. Windows color (decimal): -4454207 or 12650684. OLE color: 12650684.
HSL color Cylindrical-coordinate representation of color #BC08C1: hue angle of 298.38º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC08C1 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 8 | 193 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.24 |
| HSL | 298.38º | 0.92% | 0.39% | - |
| HSV(B) | 298.38º | 0.96% | 0.76% | - |
| XYZ | 30.45 | 14.72 | 51.69 | - |
| YUV | 82.91 | 190.13 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 193 | 0.03 | 0.96 | 0 | 0.24 | 298.38 | 0.92 | 0.39 |
| Hex | BC | 8 | C1 | 3 | 60 | 0 | 18 | 12A | 5C | 27 |
| Octal | 274 | 10 | 301 | 3 | 140 | 0 | 30 | 452 | 134 | 47 |
| Binary | 10111100 | 1000 | 11000001 | 11 | 1100000 | 0 | 11000 | 100101010 | 1011100 | 100111 |
Color Harmonies of #BC08C1
Complementary color
Monochromatic Colors of #BC08C1
Black with #BC08C1
Text Example
Text Example
White with #BC08C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC08C1; }
p { color: rgb(188,8,193); }
H1.HeaderClassName
{
color: #BC08C1;
}
.AnyTagClassName
{
color: #BC08C1;
}
</style>
background-color css
<style>
a { background-color: #BC08C1; }
a { background-color: rgb(188,8,193); }
div.DivClassName
{
background-color: #BC08C1;
}
.BgClassName
{
background-color: #BC08C1;
}
</style>
border-color css
<style>
span { border-color: #BC08C1; }
span { border-color: rgb(188,8,193); }
td.TdClassName
{
border-color: #BC08C1;
}
.TagClassName
{
border-color: #BC08C1;
}
</style>