Shades of Deep Magenta #BC10B2
Tints of Deep Magenta #BC10B2
RGB
CMYK
RGB Variations
Color information
#BC10B2 (or 0xBC10B2) is known color: Deep Magenta. HEX triplet: BC, 10 and B2. RGB value is (188,16,178). Sum of RGB (Red+Green+Blue) = 188+16+178=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC10B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC10B2 is #43EF4D. Grayscale: #555555. Windows color (decimal): -4452174 or 11669692. OLE color: 11669692.
HSL color Cylindrical-coordinate representation of color #BC10B2: hue angle of 303.49º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC10B2 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 178 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.26 |
| HSL | 303.49º | 0.84% | 0.4% | - |
| HSV(B) | 303.49º | 0.91% | 0.74% | - |
| XYZ | 28.96 | 14.28 | 43.35 | - |
| YUV | 85.9 | 179.98 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 178 | 0 | 0.91 | 0.05 | 0.26 | 303.49 | 0.84 | 0.4 |
| Hex | BC | 10 | B2 | 0 | 5B | 5 | 1A | 12F | 54 | 28 |
| Octal | 274 | 20 | 262 | 0 | 133 | 5 | 32 | 457 | 124 | 50 |
| Binary | 10111100 | 10000 | 10110010 | 0 | 1011011 | 101 | 11010 | 100101111 | 1010100 | 101000 |
Color Harmonies of #BC10B2
Complementary color
Monochromatic Colors of #BC10B2
Black with #BC10B2
Text Example
Text Example
White with #BC10B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10B2; }
p { color: rgb(188,16,178); }
H1.HeaderClassName
{
color: #BC10B2;
}
.AnyTagClassName
{
color: #BC10B2;
}
</style>
background-color css
<style>
a { background-color: #BC10B2; }
a { background-color: rgb(188,16,178); }
div.DivClassName
{
background-color: #BC10B2;
}
.BgClassName
{
background-color: #BC10B2;
}
</style>
border-color css
<style>
span { border-color: #BC10B2; }
span { border-color: rgb(188,16,178); }
td.TdClassName
{
border-color: #BC10B2;
}
.TagClassName
{
border-color: #BC10B2;
}
</style>