Shades of Deep Magenta #BC09BB
Tints of Deep Magenta #BC09BB
RGB
CMYK
RGB Variations
Color information
#BC09BB (or 0xBC09BB) is known color: Deep Magenta. HEX triplet: BC, 09 and BB. RGB value is (188,9,187). Sum of RGB (Red+Green+Blue) = 188+9+187=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC09BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC09BB is #43F644. Grayscale: #525252. Windows color (decimal): -4453957 or 12257724. OLE color: 12257724.
HSL color Cylindrical-coordinate representation of color #BC09BB: hue angle of 300.34º 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 #BC09BB is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 187 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.26 |
| HSL | 300.34º | 0.91% | 0.39% | - |
| HSV(B) | 300.34º | 0.95% | 0.74% | - |
| XYZ | 29.81 | 14.47 | 48.24 | - |
| YUV | 82.81 | 186.8 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 187 | 0 | 0.95 | 0.01 | 0.26 | 300.34 | 0.91 | 0.39 |
| Hex | BC | 9 | BB | 0 | 5F | 1 | 1A | 12C | 5B | 27 |
| Octal | 274 | 11 | 273 | 0 | 137 | 1 | 32 | 454 | 133 | 47 |
| Binary | 10111100 | 1001 | 10111011 | 0 | 1011111 | 1 | 11010 | 100101100 | 1011011 | 100111 |
Color Harmonies of #BC09BB
Complementary color
Monochromatic Colors of #BC09BB
Black with #BC09BB
Text Example
Text Example
White with #BC09BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC09BB; }
p { color: rgb(188,9,187); }
H1.HeaderClassName
{
color: #BC09BB;
}
.AnyTagClassName
{
color: #BC09BB;
}
</style>
background-color css
<style>
a { background-color: #BC09BB; }
a { background-color: rgb(188,9,187); }
div.DivClassName
{
background-color: #BC09BB;
}
.BgClassName
{
background-color: #BC09BB;
}
</style>
border-color css
<style>
span { border-color: #BC09BB; }
span { border-color: rgb(188,9,187); }
td.TdClassName
{
border-color: #BC09BB;
}
.TagClassName
{
border-color: #BC09BB;
}
</style>