Shades of Deep Magenta #BC18DF
Tints of Deep Magenta #BC18DF
RGB
CMYK
RGB Variations
Color information
#BC18DF (or 0xBC18DF) is known color: Deep Magenta. HEX triplet: BC, 18 and DF. RGB value is (188,24,223). Sum of RGB (Red+Green+Blue) = 188+24+223=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC18DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC18DF is #43E720. Grayscale: #5F5F5F. Windows color (decimal): -4450081 or 14620860. OLE color: 14620860.
HSL color Cylindrical-coordinate representation of color #BC18DF: hue angle of 289.45º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC18DF is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 24 | 223 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.13 |
| HSL | 289.45º | 0.81% | 0.48% | - |
| HSV(B) | 289.45º | 0.89% | 0.87% | - |
| XYZ | 34.38 | 16.67 | 71.22 | - |
| YUV | 95.72 | 199.83 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 223 | 0.16 | 0.89 | 0 | 0.13 | 289.45 | 0.81 | 0.48 |
| Hex | BC | 18 | DF | 10 | 59 | 0 | D | 121 | 51 | 30 |
| Octal | 274 | 30 | 337 | 20 | 131 | 0 | 15 | 441 | 121 | 60 |
| Binary | 10111100 | 11000 | 11011111 | 10000 | 1011001 | 0 | 1101 | 100100001 | 1010001 | 110000 |
Color Harmonies of #BC18DF
Complementary color
Monochromatic Colors of #BC18DF
Black with #BC18DF
Text Example
Text Example
White with #BC18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC18DF; }
p { color: rgb(188,24,223); }
H1.HeaderClassName
{
color: #BC18DF;
}
.AnyTagClassName
{
color: #BC18DF;
}
</style>
background-color css
<style>
a { background-color: #BC18DF; }
a { background-color: rgb(188,24,223); }
div.DivClassName
{
background-color: #BC18DF;
}
.BgClassName
{
background-color: #BC18DF;
}
</style>
border-color css
<style>
span { border-color: #BC18DF; }
span { border-color: rgb(188,24,223); }
td.TdClassName
{
border-color: #BC18DF;
}
.TagClassName
{
border-color: #BC18DF;
}
</style>