Shades of Deep Magenta #BC08C2
Tints of Deep Magenta #BC08C2
RGB
CMYK
RGB Variations
Color information
#BC08C2 (or 0xBC08C2) is known color: Deep Magenta. HEX triplet: BC, 08 and C2. RGB value is (188,8,194). Sum of RGB (Red+Green+Blue) = 188+8+194=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 194 (76.17% from 255 or 49.74% from 390); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC08C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08C2 is #43F73D. Grayscale: #525252. Windows color (decimal): -4454206 or 12716220. OLE color: 12716220.
HSL color Cylindrical-coordinate representation of color #BC08C2: hue angle of 298.06º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC08C2 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 8 | 194 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.24 |
| HSL | 298.06º | 0.92% | 0.4% | - |
| HSV(B) | 298.06º | 0.96% | 0.76% | - |
| XYZ | 30.56 | 14.76 | 52.28 | - |
| YUV | 83.02 | 190.63 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 194 | 0.03 | 0.96 | 0 | 0.24 | 298.06 | 0.92 | 0.4 |
| Hex | BC | 8 | C2 | 3 | 60 | 0 | 18 | 12A | 5C | 28 |
| Octal | 274 | 10 | 302 | 3 | 140 | 0 | 30 | 452 | 134 | 50 |
| Binary | 10111100 | 1000 | 11000010 | 11 | 1100000 | 0 | 11000 | 100101010 | 1011100 | 101000 |
Color Harmonies of #BC08C2
Complementary color
Monochromatic Colors of #BC08C2
Black with #BC08C2
Text Example
Text Example
White with #BC08C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC08C2; }
p { color: rgb(188,8,194); }
H1.HeaderClassName
{
color: #BC08C2;
}
.AnyTagClassName
{
color: #BC08C2;
}
</style>
background-color css
<style>
a { background-color: #BC08C2; }
a { background-color: rgb(188,8,194); }
div.DivClassName
{
background-color: #BC08C2;
}
.BgClassName
{
background-color: #BC08C2;
}
</style>
border-color css
<style>
span { border-color: #BC08C2; }
span { border-color: rgb(188,8,194); }
td.TdClassName
{
border-color: #BC08C2;
}
.TagClassName
{
border-color: #BC08C2;
}
</style>