Shades of Deep Magenta #BC09AF
Tints of Deep Magenta #BC09AF
RGB
CMYK
RGB Variations
Color information
#BC09AF (or 0xBC09AF) is known color: Deep Magenta. HEX triplet: BC, 09 and AF. RGB value is (188,9,175). Sum of RGB (Red+Green+Blue) = 188+9+175=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC09AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC09AF is #43F650. Grayscale: #505050. Windows color (decimal): -4453969 or 11471292. OLE color: 11471292.
HSL color Cylindrical-coordinate representation of color #BC09AF: hue angle of 304.36º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC09AF is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 175 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.26 |
| HSL | 304.36º | 0.91% | 0.39% | - |
| HSV(B) | 304.36º | 0.95% | 0.74% | - |
| XYZ | 28.57 | 13.98 | 41.75 | - |
| YUV | 81.45 | 180.8 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 175 | 0 | 0.95 | 0.07 | 0.26 | 304.36 | 0.91 | 0.39 |
| Hex | BC | 9 | AF | 0 | 5F | 7 | 1A | 130 | 5B | 27 |
| Octal | 274 | 11 | 257 | 0 | 137 | 7 | 32 | 460 | 133 | 47 |
| Binary | 10111100 | 1001 | 10101111 | 0 | 1011111 | 111 | 11010 | 100110000 | 1011011 | 100111 |
Color Harmonies of #BC09AF
Complementary color
Monochromatic Colors of #BC09AF
Black with #BC09AF
Text Example
Text Example
White with #BC09AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC09AF; }
p { color: rgb(188,9,175); }
H1.HeaderClassName
{
color: #BC09AF;
}
.AnyTagClassName
{
color: #BC09AF;
}
</style>
background-color css
<style>
a { background-color: #BC09AF; }
a { background-color: rgb(188,9,175); }
div.DivClassName
{
background-color: #BC09AF;
}
.BgClassName
{
background-color: #BC09AF;
}
</style>
border-color css
<style>
span { border-color: #BC09AF; }
span { border-color: rgb(188,9,175); }
td.TdClassName
{
border-color: #BC09AF;
}
.TagClassName
{
border-color: #BC09AF;
}
</style>