Shades of Deep Magenta #B10ECB
Tints of Deep Magenta #B10ECB
RGB
CMYK
RGB Variations
Color information
#B10ECB (or 0xB10ECB) is known color: Deep Magenta. HEX triplet: B1, 0E and CB. RGB value is (177,14,203). Sum of RGB (Red+Green+Blue) = 177+14+203=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #B10ECB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10ECB is #4EF134. Grayscale: #535353. Windows color (decimal): -5173557 or 13307569. OLE color: 13307569.
HSL color Cylindrical-coordinate representation of color #B10ECB: hue angle of 291.75º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10ECB is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 14 | 203 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.20 |
| HSL | 291.75º | 0.87% | 0.43% | - |
| HSV(B) | 291.75º | 0.93% | 0.8% | - |
| XYZ | 29.07 | 13.97 | 57.66 | - |
| YUV | 84.28 | 195 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 14 | 203 | 0.13 | 0.93 | 0 | 0.20 | 291.75 | 0.87 | 0.43 |
| Hex | B1 | E | CB | D | 5D | 0 | 14 | 124 | 57 | 2B |
| Octal | 261 | 16 | 313 | 15 | 135 | 0 | 24 | 444 | 127 | 53 |
| Binary | 10110001 | 1110 | 11001011 | 1101 | 1011101 | 0 | 10100 | 100100100 | 1010111 | 101011 |
Color Harmonies of #B10ECB
Complementary color
Monochromatic Colors of #B10ECB
Black with #B10ECB
Text Example
Text Example
White with #B10ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10ECB; }
p { color: rgb(177,14,203); }
H1.HeaderClassName
{
color: #B10ECB;
}
.AnyTagClassName
{
color: #B10ECB;
}
</style>
background-color css
<style>
a { background-color: #B10ECB; }
a { background-color: rgb(177,14,203); }
div.DivClassName
{
background-color: #B10ECB;
}
.BgClassName
{
background-color: #B10ECB;
}
</style>
border-color css
<style>
span { border-color: #B10ECB; }
span { border-color: rgb(177,14,203); }
td.TdClassName
{
border-color: #B10ECB;
}
.TagClassName
{
border-color: #B10ECB;
}
</style>