Shades of Deep Magenta #BC08C3
Tints of Deep Magenta #BC08C3
RGB
CMYK
RGB Variations
Color information
#BC08C3 (or 0xBC08C3) is known color: Deep Magenta. HEX triplet: BC, 08 and C3. RGB value is (188,8,195). Sum of RGB (Red+Green+Blue) = 188+8+195=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 195 (76.56% from 255 or 49.87% from 391); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC08C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08C3 is #43F73C. Grayscale: #525252. Windows color (decimal): -4454205 or 12781756. OLE color: 12781756.
HSL color Cylindrical-coordinate representation of color #BC08C3: hue angle of 297.75º 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 #BC08C3 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 8 | 195 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.24 |
| HSL | 297.75º | 0.92% | 0.4% | - |
| HSV(B) | 297.75º | 0.96% | 0.76% | - |
| XYZ | 30.68 | 14.81 | 52.87 | - |
| YUV | 83.14 | 191.13 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 195 | 0.04 | 0.96 | 0 | 0.24 | 297.75 | 0.92 | 0.4 |
| Hex | BC | 8 | C3 | 4 | 60 | 0 | 18 | 12A | 5C | 28 |
| Octal | 274 | 10 | 303 | 4 | 140 | 0 | 30 | 452 | 134 | 50 |
| Binary | 10111100 | 1000 | 11000011 | 100 | 1100000 | 0 | 11000 | 100101010 | 1011100 | 101000 |
Color Harmonies of #BC08C3
Complementary color
Monochromatic Colors of #BC08C3
Black with #BC08C3
Text Example
Text Example
White with #BC08C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC08C3; }
p { color: rgb(188,8,195); }
H1.HeaderClassName
{
color: #BC08C3;
}
.AnyTagClassName
{
color: #BC08C3;
}
</style>
background-color css
<style>
a { background-color: #BC08C3; }
a { background-color: rgb(188,8,195); }
div.DivClassName
{
background-color: #BC08C3;
}
.BgClassName
{
background-color: #BC08C3;
}
</style>
border-color css
<style>
span { border-color: #BC08C3; }
span { border-color: rgb(188,8,195); }
td.TdClassName
{
border-color: #BC08C3;
}
.TagClassName
{
border-color: #BC08C3;
}
</style>