Shades of Deep Magenta #BC18B8
Tints of Deep Magenta #BC18B8
RGB
CMYK
RGB Variations
Color information
#BC18B8 (or 0xBC18B8) is known color: Deep Magenta. HEX triplet: BC, 18 and B8. RGB value is (188,24,184). Sum of RGB (Red+Green+Blue) = 188+24+184=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 184 (72.27% from 255 or 46.46% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC18B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC18B8 is #43E747. Grayscale: #5A5A5A. Windows color (decimal): -4450120 or 12064956. OLE color: 12064956.
HSL color Cylindrical-coordinate representation of color #BC18B8: hue angle of 301.46º 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 #BC18B8 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 184 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.26 |
| HSL | 301.46º | 0.77% | 0.42% | - |
| HSV(B) | 301.46º | 0.87% | 0.74% | - |
| XYZ | 29.72 | 14.81 | 46.64 | - |
| YUV | 91.28 | 180.33 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 184 | 0 | 0.87 | 0.02 | 0.26 | 301.46 | 0.77 | 0.42 |
| Hex | BC | 18 | B8 | 0 | 57 | 2 | 1A | 12D | 4D | 2A |
| Octal | 274 | 30 | 270 | 0 | 127 | 2 | 32 | 455 | 115 | 52 |
| Binary | 10111100 | 11000 | 10111000 | 0 | 1010111 | 10 | 11010 | 100101101 | 1001101 | 101010 |
Color Harmonies of #BC18B8
Complementary color
Monochromatic Colors of #BC18B8
Black with #BC18B8
Text Example
Text Example
White with #BC18B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC18B8; }
p { color: rgb(188,24,184); }
H1.HeaderClassName
{
color: #BC18B8;
}
.AnyTagClassName
{
color: #BC18B8;
}
</style>
background-color css
<style>
a { background-color: #BC18B8; }
a { background-color: rgb(188,24,184); }
div.DivClassName
{
background-color: #BC18B8;
}
.BgClassName
{
background-color: #BC18B8;
}
</style>
border-color css
<style>
span { border-color: #BC18B8; }
span { border-color: rgb(188,24,184); }
td.TdClassName
{
border-color: #BC18B8;
}
.TagClassName
{
border-color: #BC18B8;
}
</style>