Shades of Deep Magenta #BC18B0
Tints of Deep Magenta #BC18B0
RGB
CMYK
RGB Variations
Color information
#BC18B0 (or 0xBC18B0) is known color: Deep Magenta. HEX triplet: BC, 18 and B0. RGB value is (188,24,176). Sum of RGB (Red+Green+Blue) = 188+24+176=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC18B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC18B0 is #43E74F. Grayscale: #595959. Windows color (decimal): -4450128 or 11540668. OLE color: 11540668.
HSL color Cylindrical-coordinate representation of color #BC18B0: hue angle of 304.39º 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 #BC18B0 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 176 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.26 |
| HSL | 304.39º | 0.77% | 0.42% | - |
| HSV(B) | 304.39º | 0.87% | 0.74% | - |
| XYZ | 28.9 | 14.48 | 42.35 | - |
| YUV | 90.36 | 176.33 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 176 | 0 | 0.87 | 0.06 | 0.26 | 304.39 | 0.77 | 0.42 |
| Hex | BC | 18 | B0 | 0 | 57 | 6 | 1A | 130 | 4D | 2A |
| Octal | 274 | 30 | 260 | 0 | 127 | 6 | 32 | 460 | 115 | 52 |
| Binary | 10111100 | 11000 | 10110000 | 0 | 1010111 | 110 | 11010 | 100110000 | 1001101 | 101010 |
Color Harmonies of #BC18B0
Complementary color
Monochromatic Colors of #BC18B0
Black with #BC18B0
Text Example
Text Example
White with #BC18B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC18B0; }
p { color: rgb(188,24,176); }
H1.HeaderClassName
{
color: #BC18B0;
}
.AnyTagClassName
{
color: #BC18B0;
}
</style>
background-color css
<style>
a { background-color: #BC18B0; }
a { background-color: rgb(188,24,176); }
div.DivClassName
{
background-color: #BC18B0;
}
.BgClassName
{
background-color: #BC18B0;
}
</style>
border-color css
<style>
span { border-color: #BC18B0; }
span { border-color: rgb(188,24,176); }
td.TdClassName
{
border-color: #BC18B0;
}
.TagClassName
{
border-color: #BC18B0;
}
</style>