Shades of Deep Magenta #BC1CB3
Tints of Deep Magenta #BC1CB3
RGB
CMYK
RGB Variations
Color information
#BC1CB3 (or 0xBC1CB3) is known color: Deep Magenta. HEX triplet: BC, 1C and B3. RGB value is (188,28,179). Sum of RGB (Red+Green+Blue) = 188+28+179=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1CB3 is #43E34C. Grayscale: #5C5C5C. Windows color (decimal): -4449101 or 11738300. OLE color: 11738300.
HSL color Cylindrical-coordinate representation of color #BC1CB3: hue angle of 303.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1CB3 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 28 | 179 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.26 |
| HSL | 303.38º | 0.74% | 0.42% | - |
| HSV(B) | 303.38º | 0.85% | 0.74% | - |
| XYZ | 29.29 | 14.78 | 43.96 | - |
| YUV | 93.05 | 176.51 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 179 | 0 | 0.85 | 0.05 | 0.26 | 303.38 | 0.74 | 0.42 |
| Hex | BC | 1C | B3 | 0 | 55 | 5 | 1A | 12F | 4A | 2A |
| Octal | 274 | 34 | 263 | 0 | 125 | 5 | 32 | 457 | 112 | 52 |
| Binary | 10111100 | 11100 | 10110011 | 0 | 1010101 | 101 | 11010 | 100101111 | 1001010 | 101010 |
Color Harmonies of #BC1CB3
Complementary color
Monochromatic Colors of #BC1CB3
Black with #BC1CB3
Text Example
Text Example
White with #BC1CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1CB3; }
p { color: rgb(188,28,179); }
H1.HeaderClassName
{
color: #BC1CB3;
}
.AnyTagClassName
{
color: #BC1CB3;
}
</style>
background-color css
<style>
a { background-color: #BC1CB3; }
a { background-color: rgb(188,28,179); }
div.DivClassName
{
background-color: #BC1CB3;
}
.BgClassName
{
background-color: #BC1CB3;
}
</style>
border-color css
<style>
span { border-color: #BC1CB3; }
span { border-color: rgb(188,28,179); }
td.TdClassName
{
border-color: #BC1CB3;
}
.TagClassName
{
border-color: #BC1CB3;
}
</style>