Shades of Deep Magenta #BC18B3
Tints of Deep Magenta #BC18B3
RGB
CMYK
RGB Variations
Color information
#BC18B3 (or 0xBC18B3) is known color: Deep Magenta. HEX triplet: BC, 18 and B3. RGB value is (188,24,179). Sum of RGB (Red+Green+Blue) = 188+24+179=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC18B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC18B3 is #43E74C. Grayscale: #5A5A5A. Windows color (decimal): -4450125 or 11737276. OLE color: 11737276.
HSL color Cylindrical-coordinate representation of color #BC18B3: hue angle of 303.29º 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 #BC18B3 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 179 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.26 |
| HSL | 303.29º | 0.77% | 0.42% | - |
| HSV(B) | 303.29º | 0.87% | 0.74% | - |
| XYZ | 29.2 | 14.6 | 43.93 | - |
| YUV | 90.71 | 177.83 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 179 | 0 | 0.87 | 0.05 | 0.26 | 303.29 | 0.77 | 0.42 |
| Hex | BC | 18 | B3 | 0 | 57 | 5 | 1A | 12F | 4D | 2A |
| Octal | 274 | 30 | 263 | 0 | 127 | 5 | 32 | 457 | 115 | 52 |
| Binary | 10111100 | 11000 | 10110011 | 0 | 1010111 | 101 | 11010 | 100101111 | 1001101 | 101010 |
Color Harmonies of #BC18B3
Complementary color
Monochromatic Colors of #BC18B3
Black with #BC18B3
Text Example
Text Example
White with #BC18B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC18B3; }
p { color: rgb(188,24,179); }
H1.HeaderClassName
{
color: #BC18B3;
}
.AnyTagClassName
{
color: #BC18B3;
}
</style>
background-color css
<style>
a { background-color: #BC18B3; }
a { background-color: rgb(188,24,179); }
div.DivClassName
{
background-color: #BC18B3;
}
.BgClassName
{
background-color: #BC18B3;
}
</style>
border-color css
<style>
span { border-color: #BC18B3; }
span { border-color: rgb(188,24,179); }
td.TdClassName
{
border-color: #BC18B3;
}
.TagClassName
{
border-color: #BC18B3;
}
</style>