Shades of Deep Magenta #BC18BC
Tints of Deep Magenta #BC18BC
RGB
CMYK
RGB Variations
Color information
#BC18BC (or 0xBC18BC) is known color: Deep Magenta. HEX triplet: BC, 18 and BC. RGB value is (188,24,188). Sum of RGB (Red+Green+Blue) = 188+24+188=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC18BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC18BC is #43E743. Grayscale: #5B5B5B. Windows color (decimal): -4450116 or 12327100. OLE color: 12327100.
HSL color Cylindrical-coordinate representation of color #BC18BC: hue angle of 300º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC18BC is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 188 | - |
| CMYK | 0 | 0.87 | 0 | 0.26 |
| HSL | 300º | 0.77% | 0.42% | - |
| HSV(B) | 300º | 0.87% | 0.74% | - |
| XYZ | 30.14 | 14.98 | 48.88 | - |
| YUV | 91.73 | 182.33 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 188 | 0 | 0.87 | 0 | 0.26 | 300 | 0.77 | 0.42 |
| Hex | BC | 18 | BC | 0 | 57 | 0 | 1A | 12C | 4D | 2A |
| Octal | 274 | 30 | 274 | 0 | 127 | 0 | 32 | 454 | 115 | 52 |
| Binary | 10111100 | 11000 | 10111100 | 0 | 1010111 | 0 | 11010 | 100101100 | 1001101 | 101010 |
Color Harmonies of #BC18BC
Complementary color
Monochromatic Colors of #BC18BC
Black with #BC18BC
Text Example
Text Example
White with #BC18BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC18BC; }
p { color: rgb(188,24,188); }
H1.HeaderClassName
{
color: #BC18BC;
}
.AnyTagClassName
{
color: #BC18BC;
}
</style>
background-color css
<style>
a { background-color: #BC18BC; }
a { background-color: rgb(188,24,188); }
div.DivClassName
{
background-color: #BC18BC;
}
.BgClassName
{
background-color: #BC18BC;
}
</style>
border-color css
<style>
span { border-color: #BC18BC; }
span { border-color: rgb(188,24,188); }
td.TdClassName
{
border-color: #BC18BC;
}
.TagClassName
{
border-color: #BC18BC;
}
</style>