Shades of Deep Magenta #BC18CA
Tints of Deep Magenta #BC18CA
RGB
CMYK
RGB Variations
Color information
#BC18CA (or 0xBC18CA) is known color: Deep Magenta. HEX triplet: BC, 18 and CA. RGB value is (188,24,202). Sum of RGB (Red+Green+Blue) = 188+24+202=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC18CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC18CA is #43E735. Grayscale: #5C5C5C. Windows color (decimal): -4450102 or 13244604. OLE color: 13244604.
HSL color Cylindrical-coordinate representation of color #BC18CA: hue angle of 295.28º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC18CA is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 24 | 202 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.21 |
| HSL | 295.28º | 0.79% | 0.44% | - |
| HSV(B) | 295.28º | 0.88% | 0.79% | - |
| XYZ | 31.73 | 15.61 | 57.22 | - |
| YUV | 93.33 | 189.33 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 202 | 0.07 | 0.88 | 0 | 0.21 | 295.28 | 0.79 | 0.44 |
| Hex | BC | 18 | CA | 7 | 58 | 0 | 15 | 127 | 4F | 2C |
| Octal | 274 | 30 | 312 | 7 | 130 | 0 | 25 | 447 | 117 | 54 |
| Binary | 10111100 | 11000 | 11001010 | 111 | 1011000 | 0 | 10101 | 100100111 | 1001111 | 101100 |
Color Harmonies of #BC18CA
Complementary color
Monochromatic Colors of #BC18CA
Black with #BC18CA
Text Example
Text Example
White with #BC18CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC18CA; }
p { color: rgb(188,24,202); }
H1.HeaderClassName
{
color: #BC18CA;
}
.AnyTagClassName
{
color: #BC18CA;
}
</style>
background-color css
<style>
a { background-color: #BC18CA; }
a { background-color: rgb(188,24,202); }
div.DivClassName
{
background-color: #BC18CA;
}
.BgClassName
{
background-color: #BC18CA;
}
</style>
border-color css
<style>
span { border-color: #BC18CA; }
span { border-color: rgb(188,24,202); }
td.TdClassName
{
border-color: #BC18CA;
}
.TagClassName
{
border-color: #BC18CA;
}
</style>