Shades of Deep Magenta #BC09DF
Tints of Deep Magenta #BC09DF
RGB
CMYK
RGB Variations
Color information
#BC09DF (or 0xBC09DF) is known color: Deep Magenta. HEX triplet: BC, 09 and DF. RGB value is (188,9,223). Sum of RGB (Red+Green+Blue) = 188+9+223=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC09DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC09DF is #43F620. Grayscale: #565656. Windows color (decimal): -4453921 or 14617020. OLE color: 14617020.
HSL color Cylindrical-coordinate representation of color #BC09DF: hue angle of 290.19º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC09DF is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 9 | 223 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.13 |
| HSL | 290.19º | 0.92% | 0.45% | - |
| HSV(B) | 290.19º | 0.96% | 0.87% | - |
| XYZ | 34.16 | 16.21 | 71.14 | - |
| YUV | 86.92 | 204.8 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 223 | 0.16 | 0.96 | 0 | 0.13 | 290.19 | 0.92 | 0.45 |
| Hex | BC | 9 | DF | 10 | 60 | 0 | D | 122 | 5C | 2D |
| Octal | 274 | 11 | 337 | 20 | 140 | 0 | 15 | 442 | 134 | 55 |
| Binary | 10111100 | 1001 | 11011111 | 10000 | 1100000 | 0 | 1101 | 100100010 | 1011100 | 101101 |
Color Harmonies of #BC09DF
Complementary color
Monochromatic Colors of #BC09DF
Black with #BC09DF
Text Example
Text Example
White with #BC09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC09DF; }
p { color: rgb(188,9,223); }
H1.HeaderClassName
{
color: #BC09DF;
}
.AnyTagClassName
{
color: #BC09DF;
}
</style>
background-color css
<style>
a { background-color: #BC09DF; }
a { background-color: rgb(188,9,223); }
div.DivClassName
{
background-color: #BC09DF;
}
.BgClassName
{
background-color: #BC09DF;
}
</style>
border-color css
<style>
span { border-color: #BC09DF; }
span { border-color: rgb(188,9,223); }
td.TdClassName
{
border-color: #BC09DF;
}
.TagClassName
{
border-color: #BC09DF;
}
</style>