Shades of Deep Magenta #BC08D5
Tints of Deep Magenta #BC08D5
RGB
CMYK
RGB Variations
Color information
#BC08D5 (or 0xBC08D5) is known color: Deep Magenta. HEX triplet: BC, 08 and D5. RGB value is (188,8,213). Sum of RGB (Red+Green+Blue) = 188+8+213=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC08D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08D5 is #43F72A. Grayscale: #545454. Windows color (decimal): -4454187 or 13961404. OLE color: 13961404.
HSL color Cylindrical-coordinate representation of color #BC08D5: hue angle of 292.68º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC08D5 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 8 | 213 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.16 |
| HSL | 292.68º | 0.93% | 0.43% | - |
| HSV(B) | 292.68º | 0.96% | 0.84% | - |
| XYZ | 32.84 | 15.67 | 64.24 | - |
| YUV | 85.19 | 200.13 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 213 | 0.12 | 0.96 | 0 | 0.16 | 292.68 | 0.93 | 0.43 |
| Hex | BC | 8 | D5 | C | 60 | 0 | 10 | 125 | 5D | 2B |
| Octal | 274 | 10 | 325 | 14 | 140 | 0 | 20 | 445 | 135 | 53 |
| Binary | 10111100 | 1000 | 11010101 | 1100 | 1100000 | 0 | 10000 | 100100101 | 1011101 | 101011 |
Color Harmonies of #BC08D5
Complementary color
Monochromatic Colors of #BC08D5
Black with #BC08D5
Text Example
Text Example
White with #BC08D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC08D5; }
p { color: rgb(188,8,213); }
H1.HeaderClassName
{
color: #BC08D5;
}
.AnyTagClassName
{
color: #BC08D5;
}
</style>
background-color css
<style>
a { background-color: #BC08D5; }
a { background-color: rgb(188,8,213); }
div.DivClassName
{
background-color: #BC08D5;
}
.BgClassName
{
background-color: #BC08D5;
}
</style>
border-color css
<style>
span { border-color: #BC08D5; }
span { border-color: rgb(188,8,213); }
td.TdClassName
{
border-color: #BC08D5;
}
.TagClassName
{
border-color: #BC08D5;
}
</style>