Shades of Deep Magenta #BC18B2
Tints of Deep Magenta #BC18B2
RGB
CMYK
RGB Variations
Color information
#BC18B2 (or 0xBC18B2) is known color: Deep Magenta. HEX triplet: BC, 18 and B2. RGB value is (188,24,178). Sum of RGB (Red+Green+Blue) = 188+24+178=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC18B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC18B2 is #43E74D. Grayscale: #5A5A5A. Windows color (decimal): -4450126 or 11671740. OLE color: 11671740.
HSL color Cylindrical-coordinate representation of color #BC18B2: hue angle of 303.66º 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 #BC18B2 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 178 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.26 |
| HSL | 303.66º | 0.77% | 0.42% | - |
| HSV(B) | 303.66º | 0.87% | 0.74% | - |
| XYZ | 29.1 | 14.56 | 43.4 | - |
| YUV | 90.59 | 177.33 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 178 | 0 | 0.87 | 0.05 | 0.26 | 303.66 | 0.77 | 0.42 |
| Hex | BC | 18 | B2 | 0 | 57 | 5 | 1A | 130 | 4D | 2A |
| Octal | 274 | 30 | 262 | 0 | 127 | 5 | 32 | 460 | 115 | 52 |
| Binary | 10111100 | 11000 | 10110010 | 0 | 1010111 | 101 | 11010 | 100110000 | 1001101 | 101010 |
Color Harmonies of #BC18B2
Complementary color
Monochromatic Colors of #BC18B2
Black with #BC18B2
Text Example
Text Example
White with #BC18B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC18B2; }
p { color: rgb(188,24,178); }
H1.HeaderClassName
{
color: #BC18B2;
}
.AnyTagClassName
{
color: #BC18B2;
}
</style>
background-color css
<style>
a { background-color: #BC18B2; }
a { background-color: rgb(188,24,178); }
div.DivClassName
{
background-color: #BC18B2;
}
.BgClassName
{
background-color: #BC18B2;
}
</style>
border-color css
<style>
span { border-color: #BC18B2; }
span { border-color: rgb(188,24,178); }
td.TdClassName
{
border-color: #BC18B2;
}
.TagClassName
{
border-color: #BC18B2;
}
</style>