Shades of Deep Magenta #BC18B5
Tints of Deep Magenta #BC18B5
RGB
CMYK
RGB Variations
Color information
#BC18B5 (or 0xBC18B5) is known color: Deep Magenta. HEX triplet: BC, 18 and B5. RGB value is (188,24,181). Sum of RGB (Red+Green+Blue) = 188+24+181=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC18B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC18B5 is #43E74A. Grayscale: #5A5A5A. Windows color (decimal): -4450123 or 11868348. OLE color: 11868348.
HSL color Cylindrical-coordinate representation of color #BC18B5: hue angle of 302.56º 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 #BC18B5 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 181 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.26 |
| HSL | 302.56º | 0.77% | 0.42% | - |
| HSV(B) | 302.56º | 0.87% | 0.74% | - |
| XYZ | 29.41 | 14.68 | 45 | - |
| YUV | 90.93 | 178.83 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 181 | 0 | 0.87 | 0.04 | 0.26 | 302.56 | 0.77 | 0.42 |
| Hex | BC | 18 | B5 | 0 | 57 | 4 | 1A | 12F | 4D | 2A |
| Octal | 274 | 30 | 265 | 0 | 127 | 4 | 32 | 457 | 115 | 52 |
| Binary | 10111100 | 11000 | 10110101 | 0 | 1010111 | 100 | 11010 | 100101111 | 1001101 | 101010 |
Color Harmonies of #BC18B5
Complementary color
Monochromatic Colors of #BC18B5
Black with #BC18B5
Text Example
Text Example
White with #BC18B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC18B5; }
p { color: rgb(188,24,181); }
H1.HeaderClassName
{
color: #BC18B5;
}
.AnyTagClassName
{
color: #BC18B5;
}
</style>
background-color css
<style>
a { background-color: #BC18B5; }
a { background-color: rgb(188,24,181); }
div.DivClassName
{
background-color: #BC18B5;
}
.BgClassName
{
background-color: #BC18B5;
}
</style>
border-color css
<style>
span { border-color: #BC18B5; }
span { border-color: rgb(188,24,181); }
td.TdClassName
{
border-color: #BC18B5;
}
.TagClassName
{
border-color: #BC18B5;
}
</style>