Shades of Deep Magenta #BC0FD2
Tints of Deep Magenta #BC0FD2
RGB
CMYK
RGB Variations
Color information
#BC0FD2 (or 0xBC0FD2) is known color: Deep Magenta. HEX triplet: BC, 0F and D2. RGB value is (188,15,210). Sum of RGB (Red+Green+Blue) = 188+15+210=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 210 (82.42% from 255 or 50.85% from 413); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC0FD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0FD2 is #43F02D. Grayscale: #585858. Windows color (decimal): -4452398 or 13766588. OLE color: 13766588.
HSL color Cylindrical-coordinate representation of color #BC0FD2: hue angle of 293.23º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0FD2 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 15 | 210 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.18 |
| HSL | 293.23º | 0.87% | 0.44% | - |
| HSV(B) | 293.23º | 0.93% | 0.82% | - |
| XYZ | 32.54 | 15.69 | 62.29 | - |
| YUV | 88.96 | 196.31 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 210 | 0.10 | 0.93 | 0 | 0.18 | 293.23 | 0.87 | 0.44 |
| Hex | BC | F | D2 | A | 5D | 0 | 12 | 125 | 57 | 2C |
| Octal | 274 | 17 | 322 | 12 | 135 | 0 | 22 | 445 | 127 | 54 |
| Binary | 10111100 | 1111 | 11010010 | 1010 | 1011101 | 0 | 10010 | 100100101 | 1010111 | 101100 |
Color Harmonies of #BC0FD2
Complementary color
Monochromatic Colors of #BC0FD2
Black with #BC0FD2
Text Example
Text Example
White with #BC0FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0FD2; }
p { color: rgb(188,15,210); }
H1.HeaderClassName
{
color: #BC0FD2;
}
.AnyTagClassName
{
color: #BC0FD2;
}
</style>
background-color css
<style>
a { background-color: #BC0FD2; }
a { background-color: rgb(188,15,210); }
div.DivClassName
{
background-color: #BC0FD2;
}
.BgClassName
{
background-color: #BC0FD2;
}
</style>
border-color css
<style>
span { border-color: #BC0FD2; }
span { border-color: rgb(188,15,210); }
td.TdClassName
{
border-color: #BC0FD2;
}
.TagClassName
{
border-color: #BC0FD2;
}
</style>