Shades of Deep Magenta #BC09B9
Tints of Deep Magenta #BC09B9
RGB
CMYK
RGB Variations
Color information
#BC09B9 (or 0xBC09B9) is known color: Deep Magenta. HEX triplet: BC, 09 and B9. RGB value is (188,9,185). Sum of RGB (Red+Green+Blue) = 188+9+185=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC09B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC09B9 is #43F646. Grayscale: #525252. Windows color (decimal): -4453959 or 12126652. OLE color: 12126652.
HSL color Cylindrical-coordinate representation of color #BC09B9: hue angle of 301.01º 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 #BC09B9 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 185 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.26 |
| HSL | 301.01º | 0.91% | 0.39% | - |
| HSV(B) | 301.01º | 0.95% | 0.74% | - |
| XYZ | 29.59 | 14.39 | 47.12 | - |
| YUV | 82.59 | 185.8 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 185 | 0 | 0.95 | 0.02 | 0.26 | 301.01 | 0.91 | 0.39 |
| Hex | BC | 9 | B9 | 0 | 5F | 2 | 1A | 12D | 5B | 27 |
| Octal | 274 | 11 | 271 | 0 | 137 | 2 | 32 | 455 | 133 | 47 |
| Binary | 10111100 | 1001 | 10111001 | 0 | 1011111 | 10 | 11010 | 100101101 | 1011011 | 100111 |
Color Harmonies of #BC09B9
Complementary color
Monochromatic Colors of #BC09B9
Black with #BC09B9
Text Example
Text Example
White with #BC09B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC09B9; }
p { color: rgb(188,9,185); }
H1.HeaderClassName
{
color: #BC09B9;
}
.AnyTagClassName
{
color: #BC09B9;
}
</style>
background-color css
<style>
a { background-color: #BC09B9; }
a { background-color: rgb(188,9,185); }
div.DivClassName
{
background-color: #BC09B9;
}
.BgClassName
{
background-color: #BC09B9;
}
</style>
border-color css
<style>
span { border-color: #BC09B9; }
span { border-color: rgb(188,9,185); }
td.TdClassName
{
border-color: #BC09B9;
}
.TagClassName
{
border-color: #BC09B9;
}
</style>