Shades of Deep Magenta #BC13CC
Tints of Deep Magenta #BC13CC
RGB
CMYK
RGB Variations
Color information
#BC13CC (or 0xBC13CC) is known color: Deep Magenta. HEX triplet: BC, 13 and CC. RGB value is (188,19,204). Sum of RGB (Red+Green+Blue) = 188+19+204=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC13CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC13CC is #43EC33. Grayscale: #5A5A5A. Windows color (decimal): -4451380 or 13374396. OLE color: 13374396.
HSL color Cylindrical-coordinate representation of color #BC13CC: hue angle of 294.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC13CC is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 19 | 204 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.2 |
| HSL | 294.81º | 0.83% | 0.44% | - |
| HSV(B) | 294.81º | 0.91% | 0.8% | - |
| XYZ | 31.87 | 15.52 | 58.44 | - |
| YUV | 90.62 | 191.99 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 204 | 0.08 | 0.91 | 0 | 0.2 | 294.81 | 0.83 | 0.44 |
| Hex | BC | 13 | CC | 8 | 5B | 0 | 14 | 127 | 53 | 2C |
| Octal | 274 | 23 | 314 | 10 | 133 | 0 | 24 | 447 | 123 | 54 |
| Binary | 10111100 | 10011 | 11001100 | 1000 | 1011011 | 0 | 10100 | 100100111 | 1010011 | 101100 |
Color Harmonies of #BC13CC
Complementary color
Monochromatic Colors of #BC13CC
Black with #BC13CC
Text Example
Text Example
White with #BC13CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC13CC; }
p { color: rgb(188,19,204); }
H1.HeaderClassName
{
color: #BC13CC;
}
.AnyTagClassName
{
color: #BC13CC;
}
</style>
background-color css
<style>
a { background-color: #BC13CC; }
a { background-color: rgb(188,19,204); }
div.DivClassName
{
background-color: #BC13CC;
}
.BgClassName
{
background-color: #BC13CC;
}
</style>
border-color css
<style>
span { border-color: #BC13CC; }
span { border-color: rgb(188,19,204); }
td.TdClassName
{
border-color: #BC13CC;
}
.TagClassName
{
border-color: #BC13CC;
}
</style>