Shades of Deep Magenta #BC08CA
Tints of Deep Magenta #BC08CA
RGB
CMYK
RGB Variations
Color information
#BC08CA (or 0xBC08CA) is known color: Deep Magenta. HEX triplet: BC, 08 and CA. RGB value is (188,8,202). Sum of RGB (Red+Green+Blue) = 188+8+202=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC08CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08CA is #43F735. Grayscale: #535353. Windows color (decimal): -4454198 or 13240508. OLE color: 13240508.
HSL color Cylindrical-coordinate representation of color #BC08CA: hue angle of 295.67º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC08CA is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 8 | 202 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.21 |
| HSL | 295.67º | 0.92% | 0.41% | - |
| HSV(B) | 295.67º | 0.96% | 0.79% | - |
| XYZ | 31.49 | 15.13 | 57.14 | - |
| YUV | 83.94 | 194.63 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 202 | 0.07 | 0.96 | 0 | 0.21 | 295.67 | 0.92 | 0.41 |
| Hex | BC | 8 | CA | 7 | 60 | 0 | 15 | 128 | 5C | 29 |
| Octal | 274 | 10 | 312 | 7 | 140 | 0 | 25 | 450 | 134 | 51 |
| Binary | 10111100 | 1000 | 11001010 | 111 | 1100000 | 0 | 10101 | 100101000 | 1011100 | 101001 |
Color Harmonies of #BC08CA
Complementary color
Monochromatic Colors of #BC08CA
Black with #BC08CA
Text Example
Text Example
White with #BC08CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC08CA; }
p { color: rgb(188,8,202); }
H1.HeaderClassName
{
color: #BC08CA;
}
.AnyTagClassName
{
color: #BC08CA;
}
</style>
background-color css
<style>
a { background-color: #BC08CA; }
a { background-color: rgb(188,8,202); }
div.DivClassName
{
background-color: #BC08CA;
}
.BgClassName
{
background-color: #BC08CA;
}
</style>
border-color css
<style>
span { border-color: #BC08CA; }
span { border-color: rgb(188,8,202); }
td.TdClassName
{
border-color: #BC08CA;
}
.TagClassName
{
border-color: #BC08CA;
}
</style>