Shades of Deep Magenta #BC08AF
Tints of Deep Magenta #BC08AF
RGB
CMYK
RGB Variations
Color information
#BC08AF (or 0xBC08AF) is known color: Deep Magenta. HEX triplet: BC, 08 and AF. RGB value is (188,8,175). Sum of RGB (Red+Green+Blue) = 188+8+175=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC08AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC08AF is #43F750. Grayscale: #505050. Windows color (decimal): -4454225 or 11471036. OLE color: 11471036.
HSL color Cylindrical-coordinate representation of color #BC08AF: hue angle of 304.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC08AF is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 175 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.26 |
| HSL | 304.33º | 0.92% | 0.38% | - |
| HSV(B) | 304.33º | 0.96% | 0.74% | - |
| XYZ | 28.56 | 13.96 | 41.75 | - |
| YUV | 80.86 | 181.13 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 175 | 0 | 0.96 | 0.07 | 0.26 | 304.33 | 0.92 | 0.38 |
| Hex | BC | 8 | AF | 0 | 60 | 7 | 1A | 130 | 5C | 26 |
| Octal | 274 | 10 | 257 | 0 | 140 | 7 | 32 | 460 | 134 | 46 |
| Binary | 10111100 | 1000 | 10101111 | 0 | 1100000 | 111 | 11010 | 100110000 | 1011100 | 100110 |
Color Harmonies of #BC08AF
Complementary color
Monochromatic Colors of #BC08AF
Black with #BC08AF
Text Example
Text Example
White with #BC08AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC08AF; }
p { color: rgb(188,8,175); }
H1.HeaderClassName
{
color: #BC08AF;
}
.AnyTagClassName
{
color: #BC08AF;
}
</style>
background-color css
<style>
a { background-color: #BC08AF; }
a { background-color: rgb(188,8,175); }
div.DivClassName
{
background-color: #BC08AF;
}
.BgClassName
{
background-color: #BC08AF;
}
</style>
border-color css
<style>
span { border-color: #BC08AF; }
span { border-color: rgb(188,8,175); }
td.TdClassName
{
border-color: #BC08AF;
}
.TagClassName
{
border-color: #BC08AF;
}
</style>