Shades of Deep Magenta #BC09C0
Tints of Deep Magenta #BC09C0
RGB
CMYK
RGB Variations
Color information
#BC09C0 (or 0xBC09C0) is known color: Deep Magenta. HEX triplet: BC, 09 and C0. RGB value is (188,9,192). Sum of RGB (Red+Green+Blue) = 188+9+192=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC09C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC09C0 is #43F63F. Grayscale: #525252. Windows color (decimal): -4453952 or 12585404. OLE color: 12585404.
HSL color Cylindrical-coordinate representation of color #BC09C0: hue angle of 298.69º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC09C0 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 9 | 192 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.25 |
| HSL | 298.69º | 0.91% | 0.39% | - |
| HSV(B) | 298.69º | 0.95% | 0.75% | - |
| XYZ | 30.35 | 14.69 | 51.11 | - |
| YUV | 83.38 | 189.3 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 192 | 0.02 | 0.95 | 0 | 0.25 | 298.69 | 0.91 | 0.39 |
| Hex | BC | 9 | C0 | 2 | 5F | 0 | 19 | 12B | 5B | 27 |
| Octal | 274 | 11 | 300 | 2 | 137 | 0 | 31 | 453 | 133 | 47 |
| Binary | 10111100 | 1001 | 11000000 | 10 | 1011111 | 0 | 11001 | 100101011 | 1011011 | 100111 |
Color Harmonies of #BC09C0
Complementary color
Monochromatic Colors of #BC09C0
Black with #BC09C0
Text Example
Text Example
White with #BC09C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC09C0; }
p { color: rgb(188,9,192); }
H1.HeaderClassName
{
color: #BC09C0;
}
.AnyTagClassName
{
color: #BC09C0;
}
</style>
background-color css
<style>
a { background-color: #BC09C0; }
a { background-color: rgb(188,9,192); }
div.DivClassName
{
background-color: #BC09C0;
}
.BgClassName
{
background-color: #BC09C0;
}
</style>
border-color css
<style>
span { border-color: #BC09C0; }
span { border-color: rgb(188,9,192); }
td.TdClassName
{
border-color: #BC09C0;
}
.TagClassName
{
border-color: #BC09C0;
}
</style>