Shades of Deep Magenta #BC1BC5
Tints of Deep Magenta #BC1BC5
RGB
CMYK
RGB Variations
Color information
#BC1BC5 (or 0xBC1BC5) is known color: Deep Magenta. HEX triplet: BC, 1B and C5. RGB value is (188,27,197). Sum of RGB (Red+Green+Blue) = 188+27+197=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC1BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1BC5 is #43E43A. Grayscale: #5E5E5E. Windows color (decimal): -4449339 or 12917692. OLE color: 12917692.
HSL color Cylindrical-coordinate representation of color #BC1BC5: hue angle of 296.82º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1BC5 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 27 | 197 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.23 |
| HSL | 296.82º | 0.76% | 0.44% | - |
| HSV(B) | 296.82º | 0.86% | 0.77% | - |
| XYZ | 31.21 | 15.51 | 54.17 | - |
| YUV | 94.52 | 185.84 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 197 | 0.05 | 0.86 | 0 | 0.23 | 296.82 | 0.76 | 0.44 |
| Hex | BC | 1B | C5 | 5 | 56 | 0 | 17 | 129 | 4C | 2C |
| Octal | 274 | 33 | 305 | 5 | 126 | 0 | 27 | 451 | 114 | 54 |
| Binary | 10111100 | 11011 | 11000101 | 101 | 1010110 | 0 | 10111 | 100101001 | 1001100 | 101100 |
Color Harmonies of #BC1BC5
Complementary color
Monochromatic Colors of #BC1BC5
Black with #BC1BC5
Text Example
Text Example
White with #BC1BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1BC5; }
p { color: rgb(188,27,197); }
H1.HeaderClassName
{
color: #BC1BC5;
}
.AnyTagClassName
{
color: #BC1BC5;
}
</style>
background-color css
<style>
a { background-color: #BC1BC5; }
a { background-color: rgb(188,27,197); }
div.DivClassName
{
background-color: #BC1BC5;
}
.BgClassName
{
background-color: #BC1BC5;
}
</style>
border-color css
<style>
span { border-color: #BC1BC5; }
span { border-color: rgb(188,27,197); }
td.TdClassName
{
border-color: #BC1BC5;
}
.TagClassName
{
border-color: #BC1BC5;
}
</style>