Shades of Deep Magenta #BC1DBA
Tints of Deep Magenta #BC1DBA
RGB
CMYK
RGB Variations
Color information
#BC1DBA (or 0xBC1DBA) is known color: Deep Magenta. HEX triplet: BC, 1D and BA. RGB value is (188,29,186). Sum of RGB (Red+Green+Blue) = 188+29+186=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1DBA is #43E245. Grayscale: #5D5D5D. Windows color (decimal): -4448838 or 12197308. OLE color: 12197308.
HSL color Cylindrical-coordinate representation of color #BC1DBA: hue angle of 300.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1DBA is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 29 | 186 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.26 |
| HSL | 300.75º | 0.73% | 0.43% | - |
| HSV(B) | 300.75º | 0.85% | 0.74% | - |
| XYZ | 30.04 | 15.12 | 47.79 | - |
| YUV | 94.44 | 179.68 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 186 | 0 | 0.85 | 0.01 | 0.26 | 300.75 | 0.73 | 0.43 |
| Hex | BC | 1D | BA | 0 | 55 | 1 | 1A | 12D | 49 | 2B |
| Octal | 274 | 35 | 272 | 0 | 125 | 1 | 32 | 455 | 111 | 53 |
| Binary | 10111100 | 11101 | 10111010 | 0 | 1010101 | 1 | 11010 | 100101101 | 1001001 | 101011 |
Color Harmonies of #BC1DBA
Complementary color
Monochromatic Colors of #BC1DBA
Black with #BC1DBA
Text Example
Text Example
White with #BC1DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1DBA; }
p { color: rgb(188,29,186); }
H1.HeaderClassName
{
color: #BC1DBA;
}
.AnyTagClassName
{
color: #BC1DBA;
}
</style>
background-color css
<style>
a { background-color: #BC1DBA; }
a { background-color: rgb(188,29,186); }
div.DivClassName
{
background-color: #BC1DBA;
}
.BgClassName
{
background-color: #BC1DBA;
}
</style>
border-color css
<style>
span { border-color: #BC1DBA; }
span { border-color: rgb(188,29,186); }
td.TdClassName
{
border-color: #BC1DBA;
}
.TagClassName
{
border-color: #BC1DBA;
}
</style>