Shades of Deep Magenta #BC1BCF
Tints of Deep Magenta #BC1BCF
RGB
CMYK
RGB Variations
Color information
#BC1BCF (or 0xBC1BCF) is known color: Deep Magenta. HEX triplet: BC, 1B and CF. RGB value is (188,27,207). Sum of RGB (Red+Green+Blue) = 188+27+207=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC1BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1BCF is #43E430. Grayscale: #5F5F5F. Windows color (decimal): -4449329 or 13573052. OLE color: 13573052.
HSL color Cylindrical-coordinate representation of color #BC1BCF: hue angle of 293.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1BCF is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 27 | 207 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.19 |
| HSL | 293.67º | 0.77% | 0.46% | - |
| HSV(B) | 293.67º | 0.87% | 0.81% | - |
| XYZ | 32.39 | 15.98 | 60.41 | - |
| YUV | 95.66 | 190.84 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 207 | 0.09 | 0.87 | 0 | 0.19 | 293.67 | 0.77 | 0.46 |
| Hex | BC | 1B | CF | 9 | 57 | 0 | 13 | 126 | 4D | 2E |
| Octal | 274 | 33 | 317 | 11 | 127 | 0 | 23 | 446 | 115 | 56 |
| Binary | 10111100 | 11011 | 11001111 | 1001 | 1010111 | 0 | 10011 | 100100110 | 1001101 | 101110 |
Color Harmonies of #BC1BCF
Complementary color
Monochromatic Colors of #BC1BCF
Black with #BC1BCF
Text Example
Text Example
White with #BC1BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1BCF; }
p { color: rgb(188,27,207); }
H1.HeaderClassName
{
color: #BC1BCF;
}
.AnyTagClassName
{
color: #BC1BCF;
}
</style>
background-color css
<style>
a { background-color: #BC1BCF; }
a { background-color: rgb(188,27,207); }
div.DivClassName
{
background-color: #BC1BCF;
}
.BgClassName
{
background-color: #BC1BCF;
}
</style>
border-color css
<style>
span { border-color: #BC1BCF; }
span { border-color: rgb(188,27,207); }
td.TdClassName
{
border-color: #BC1BCF;
}
.TagClassName
{
border-color: #BC1BCF;
}
</style>