Shades of Deep Magenta #BC09A8
Tints of Deep Magenta #BC09A8
RGB
CMYK
RGB Variations
Color information
#BC09A8 (or 0xBC09A8) is known color: Deep Magenta. HEX triplet: BC, 09 and A8. RGB value is (188,9,168). Sum of RGB (Red+Green+Blue) = 188+9+168=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 168 (66.02% from 255 or 46.03% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC09A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC09A8 is #43F657. Grayscale: #505050. Windows color (decimal): -4453976 or 11012540. OLE color: 11012540.
HSL color Cylindrical-coordinate representation of color #BC09A8: hue angle of 306.7º 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 #BC09A8 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 168 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.26 |
| HSL | 306.7º | 0.91% | 0.39% | - |
| HSV(B) | 306.7º | 0.95% | 0.74% | - |
| XYZ | 27.9 | 13.71 | 38.22 | - |
| YUV | 80.65 | 177.3 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 168 | 0 | 0.95 | 0.11 | 0.26 | 306.7 | 0.91 | 0.39 |
| Hex | BC | 9 | A8 | 0 | 5F | B | 1A | 133 | 5B | 27 |
| Octal | 274 | 11 | 250 | 0 | 137 | 13 | 32 | 463 | 133 | 47 |
| Binary | 10111100 | 1001 | 10101000 | 0 | 1011111 | 1011 | 11010 | 100110011 | 1011011 | 100111 |
Color Harmonies of #BC09A8
Complementary color
Monochromatic Colors of #BC09A8
Black with #BC09A8
Text Example
Text Example
White with #BC09A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC09A8; }
p { color: rgb(188,9,168); }
H1.HeaderClassName
{
color: #BC09A8;
}
.AnyTagClassName
{
color: #BC09A8;
}
</style>
background-color css
<style>
a { background-color: #BC09A8; }
a { background-color: rgb(188,9,168); }
div.DivClassName
{
background-color: #BC09A8;
}
.BgClassName
{
background-color: #BC09A8;
}
</style>
border-color css
<style>
span { border-color: #BC09A8; }
span { border-color: rgb(188,9,168); }
td.TdClassName
{
border-color: #BC09A8;
}
.TagClassName
{
border-color: #BC09A8;
}
</style>