Shades of Deep Magenta #BC08CC
Tints of Deep Magenta #BC08CC
RGB
CMYK
RGB Variations
Color information
#BC08CC (or 0xBC08CC) is known color: Deep Magenta. HEX triplet: BC, 08 and CC. RGB value is (188,8,204). Sum of RGB (Red+Green+Blue) = 188+8+204=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC08CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08CC is #43F733. Grayscale: #535353. Windows color (decimal): -4454196 or 13371580. OLE color: 13371580.
HSL color Cylindrical-coordinate representation of color #BC08CC: hue angle of 295.1º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC08CC is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 8 | 204 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.2 |
| HSL | 295.1º | 0.92% | 0.42% | - |
| HSV(B) | 295.1º | 0.96% | 0.8% | - |
| XYZ | 31.72 | 15.22 | 58.39 | - |
| YUV | 84.16 | 195.63 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 204 | 0.08 | 0.96 | 0 | 0.2 | 295.1 | 0.92 | 0.42 |
| Hex | BC | 8 | CC | 8 | 60 | 0 | 14 | 127 | 5C | 2A |
| Octal | 274 | 10 | 314 | 10 | 140 | 0 | 24 | 447 | 134 | 52 |
| Binary | 10111100 | 1000 | 11001100 | 1000 | 1100000 | 0 | 10100 | 100100111 | 1011100 | 101010 |
Color Harmonies of #BC08CC
Complementary color
Monochromatic Colors of #BC08CC
Black with #BC08CC
Text Example
Text Example
White with #BC08CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC08CC; }
p { color: rgb(188,8,204); }
H1.HeaderClassName
{
color: #BC08CC;
}
.AnyTagClassName
{
color: #BC08CC;
}
</style>
background-color css
<style>
a { background-color: #BC08CC; }
a { background-color: rgb(188,8,204); }
div.DivClassName
{
background-color: #BC08CC;
}
.BgClassName
{
background-color: #BC08CC;
}
</style>
border-color css
<style>
span { border-color: #BC08CC; }
span { border-color: rgb(188,8,204); }
td.TdClassName
{
border-color: #BC08CC;
}
.TagClassName
{
border-color: #BC08CC;
}
</style>