Shades of Deep Magenta #BC1BAF
Tints of Deep Magenta #BC1BAF
RGB
CMYK
RGB Variations
Color information
#BC1BAF (or 0xBC1BAF) is known color: Deep Magenta. HEX triplet: BC, 1B and AF. RGB value is (188,27,175). Sum of RGB (Red+Green+Blue) = 188+27+175=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1BAF is #43E450. Grayscale: #5B5B5B. Windows color (decimal): -4449361 or 11475900. OLE color: 11475900.
HSL color Cylindrical-coordinate representation of color #BC1BAF: hue angle of 304.84º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1BAF is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 27 | 175 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.26 |
| HSL | 304.84º | 0.75% | 0.42% | - |
| HSV(B) | 304.84º | 0.86% | 0.74% | - |
| XYZ | 28.87 | 14.57 | 41.85 | - |
| YUV | 92.01 | 174.84 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 175 | 0 | 0.86 | 0.07 | 0.26 | 304.84 | 0.75 | 0.42 |
| Hex | BC | 1B | AF | 0 | 56 | 7 | 1A | 131 | 4B | 2A |
| Octal | 274 | 33 | 257 | 0 | 126 | 7 | 32 | 461 | 113 | 52 |
| Binary | 10111100 | 11011 | 10101111 | 0 | 1010110 | 111 | 11010 | 100110001 | 1001011 | 101010 |
Color Harmonies of #BC1BAF
Complementary color
Monochromatic Colors of #BC1BAF
Black with #BC1BAF
Text Example
Text Example
White with #BC1BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1BAF; }
p { color: rgb(188,27,175); }
H1.HeaderClassName
{
color: #BC1BAF;
}
.AnyTagClassName
{
color: #BC1BAF;
}
</style>
background-color css
<style>
a { background-color: #BC1BAF; }
a { background-color: rgb(188,27,175); }
div.DivClassName
{
background-color: #BC1BAF;
}
.BgClassName
{
background-color: #BC1BAF;
}
</style>
border-color css
<style>
span { border-color: #BC1BAF; }
span { border-color: rgb(188,27,175); }
td.TdClassName
{
border-color: #BC1BAF;
}
.TagClassName
{
border-color: #BC1BAF;
}
</style>