Shades of Deep Magenta #BC1FD0
Tints of Deep Magenta #BC1FD0
RGB
CMYK
RGB Variations
Color information
#BC1FD0 (or 0xBC1FD0) is known color: Deep Magenta. HEX triplet: BC, 1F and D0. RGB value is (188,31,208). Sum of RGB (Red+Green+Blue) = 188+31+208=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC1FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1FD0 is #43E02F. Grayscale: #616161. Windows color (decimal): -4448304 or 13639612. OLE color: 13639612.
HSL color Cylindrical-coordinate representation of color #BC1FD0: hue angle of 293.22º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1FD0 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 31 | 208 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.18 |
| HSL | 293.22º | 0.74% | 0.47% | - |
| HSV(B) | 293.22º | 0.85% | 0.82% | - |
| XYZ | 32.61 | 16.23 | 61.09 | - |
| YUV | 98.12 | 190.01 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 208 | 0.10 | 0.85 | 0 | 0.18 | 293.22 | 0.74 | 0.47 |
| Hex | BC | 1F | D0 | A | 55 | 0 | 12 | 125 | 4A | 2F |
| Octal | 274 | 37 | 320 | 12 | 125 | 0 | 22 | 445 | 112 | 57 |
| Binary | 10111100 | 11111 | 11010000 | 1010 | 1010101 | 0 | 10010 | 100100101 | 1001010 | 101111 |
Color Harmonies of #BC1FD0
Complementary color
Monochromatic Colors of #BC1FD0
Black with #BC1FD0
Text Example
Text Example
White with #BC1FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1FD0; }
p { color: rgb(188,31,208); }
H1.HeaderClassName
{
color: #BC1FD0;
}
.AnyTagClassName
{
color: #BC1FD0;
}
</style>
background-color css
<style>
a { background-color: #BC1FD0; }
a { background-color: rgb(188,31,208); }
div.DivClassName
{
background-color: #BC1FD0;
}
.BgClassName
{
background-color: #BC1FD0;
}
</style>
border-color css
<style>
span { border-color: #BC1FD0; }
span { border-color: rgb(188,31,208); }
td.TdClassName
{
border-color: #BC1FD0;
}
.TagClassName
{
border-color: #BC1FD0;
}
</style>