Shades of Deep Magenta #BC1CBF
Tints of Deep Magenta #BC1CBF
RGB
CMYK
RGB Variations
Color information
#BC1CBF (or 0xBC1CBF) is known color: Deep Magenta. HEX triplet: BC, 1C and BF. RGB value is (188,28,191). Sum of RGB (Red+Green+Blue) = 188+28+191=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC1CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1CBF is #43E340. Grayscale: #5D5D5D. Windows color (decimal): -4449089 or 12524732. OLE color: 12524732.
HSL color Cylindrical-coordinate representation of color #BC1CBF: hue angle of 298.9º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1CBF is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 28 | 191 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.25 |
| HSL | 298.9º | 0.74% | 0.43% | - |
| HSV(B) | 298.9º | 0.85% | 0.75% | - |
| XYZ | 30.56 | 15.28 | 50.63 | - |
| YUV | 94.42 | 182.51 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 191 | 0.02 | 0.85 | 0 | 0.25 | 298.9 | 0.74 | 0.43 |
| Hex | BC | 1C | BF | 2 | 55 | 0 | 19 | 12B | 4A | 2B |
| Octal | 274 | 34 | 277 | 2 | 125 | 0 | 31 | 453 | 112 | 53 |
| Binary | 10111100 | 11100 | 10111111 | 10 | 1010101 | 0 | 11001 | 100101011 | 1001010 | 101011 |
Color Harmonies of #BC1CBF
Complementary color
Monochromatic Colors of #BC1CBF
Black with #BC1CBF
Text Example
Text Example
White with #BC1CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1CBF; }
p { color: rgb(188,28,191); }
H1.HeaderClassName
{
color: #BC1CBF;
}
.AnyTagClassName
{
color: #BC1CBF;
}
</style>
background-color css
<style>
a { background-color: #BC1CBF; }
a { background-color: rgb(188,28,191); }
div.DivClassName
{
background-color: #BC1CBF;
}
.BgClassName
{
background-color: #BC1CBF;
}
</style>
border-color css
<style>
span { border-color: #BC1CBF; }
span { border-color: rgb(188,28,191); }
td.TdClassName
{
border-color: #BC1CBF;
}
.TagClassName
{
border-color: #BC1CBF;
}
</style>