Shades of Deep Magenta #BC14B3
Tints of Deep Magenta #BC14B3
RGB
CMYK
RGB Variations
Color information
#BC14B3 (or 0xBC14B3) is known color: Deep Magenta. HEX triplet: BC, 14 and B3. RGB value is (188,20,179). Sum of RGB (Red+Green+Blue) = 188+20+179=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC14B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14B3 is #43EB4C. Grayscale: #575757. Windows color (decimal): -4451149 or 11736252. OLE color: 11736252.
HSL color Cylindrical-coordinate representation of color #BC14B3: hue angle of 303.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC14B3 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 179 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.26 |
| HSL | 303.21º | 0.81% | 0.41% | - |
| HSV(B) | 303.21º | 0.89% | 0.74% | - |
| XYZ | 29.13 | 14.45 | 43.9 | - |
| YUV | 88.36 | 179.16 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 179 | 0 | 0.89 | 0.05 | 0.26 | 303.21 | 0.81 | 0.41 |
| Hex | BC | 14 | B3 | 0 | 59 | 5 | 1A | 12F | 51 | 29 |
| Octal | 274 | 24 | 263 | 0 | 131 | 5 | 32 | 457 | 121 | 51 |
| Binary | 10111100 | 10100 | 10110011 | 0 | 1011001 | 101 | 11010 | 100101111 | 1010001 | 101001 |
Color Harmonies of #BC14B3
Complementary color
Monochromatic Colors of #BC14B3
Black with #BC14B3
Text Example
Text Example
White with #BC14B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14B3; }
p { color: rgb(188,20,179); }
H1.HeaderClassName
{
color: #BC14B3;
}
.AnyTagClassName
{
color: #BC14B3;
}
</style>
background-color css
<style>
a { background-color: #BC14B3; }
a { background-color: rgb(188,20,179); }
div.DivClassName
{
background-color: #BC14B3;
}
.BgClassName
{
background-color: #BC14B3;
}
</style>
border-color css
<style>
span { border-color: #BC14B3; }
span { border-color: rgb(188,20,179); }
td.TdClassName
{
border-color: #BC14B3;
}
.TagClassName
{
border-color: #BC14B3;
}
</style>