Shades of Deep Magenta #BC09BD
Tints of Deep Magenta #BC09BD
RGB
CMYK
RGB Variations
Color information
#BC09BD (or 0xBC09BD) is known color: Deep Magenta. HEX triplet: BC, 09 and BD. RGB value is (188,9,189). Sum of RGB (Red+Green+Blue) = 188+9+189=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC09BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC09BD is #43F642. Grayscale: #525252. Windows color (decimal): -4453955 or 12388796. OLE color: 12388796.
HSL color Cylindrical-coordinate representation of color #BC09BD: hue angle of 299.67º 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 #BC09BD is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 189 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.26 |
| HSL | 299.67º | 0.91% | 0.39% | - |
| HSV(B) | 299.67º | 0.95% | 0.74% | - |
| XYZ | 30.02 | 14.56 | 49.37 | - |
| YUV | 83.04 | 187.8 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 189 | 0.01 | 0.95 | 0 | 0.26 | 299.67 | 0.91 | 0.39 |
| Hex | BC | 9 | BD | 1 | 5F | 0 | 1A | 12C | 5B | 27 |
| Octal | 274 | 11 | 275 | 1 | 137 | 0 | 32 | 454 | 133 | 47 |
| Binary | 10111100 | 1001 | 10111101 | 1 | 1011111 | 0 | 11010 | 100101100 | 1011011 | 100111 |
Color Harmonies of #BC09BD
Complementary color
Monochromatic Colors of #BC09BD
Black with #BC09BD
Text Example
Text Example
White with #BC09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC09BD; }
p { color: rgb(188,9,189); }
H1.HeaderClassName
{
color: #BC09BD;
}
.AnyTagClassName
{
color: #BC09BD;
}
</style>
background-color css
<style>
a { background-color: #BC09BD; }
a { background-color: rgb(188,9,189); }
div.DivClassName
{
background-color: #BC09BD;
}
.BgClassName
{
background-color: #BC09BD;
}
</style>
border-color css
<style>
span { border-color: #BC09BD; }
span { border-color: rgb(188,9,189); }
td.TdClassName
{
border-color: #BC09BD;
}
.TagClassName
{
border-color: #BC09BD;
}
</style>