Shades of Deep Magenta #B10DCB
Tints of Deep Magenta #B10DCB
RGB
CMYK
RGB Variations
Color information
#B10DCB (or 0xB10DCB) is known color: Deep Magenta. HEX triplet: B1, 0D and CB. RGB value is (177,13,203). Sum of RGB (Red+Green+Blue) = 177+13+203=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #B10DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DCB is #4EF234. Grayscale: #535353. Windows color (decimal): -5173813 or 13307313. OLE color: 13307313.
HSL color Cylindrical-coordinate representation of color #B10DCB: hue angle of 291.79º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10DCB is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 13 | 203 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.20 |
| HSL | 291.79º | 0.88% | 0.42% | - |
| HSV(B) | 291.79º | 0.94% | 0.8% | - |
| XYZ | 29.05 | 13.95 | 57.66 | - |
| YUV | 83.7 | 195.33 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 203 | 0.13 | 0.94 | 0 | 0.20 | 291.79 | 0.88 | 0.42 |
| Hex | B1 | D | CB | D | 5E | 0 | 14 | 124 | 58 | 2A |
| Octal | 261 | 15 | 313 | 15 | 136 | 0 | 24 | 444 | 130 | 52 |
| Binary | 10110001 | 1101 | 11001011 | 1101 | 1011110 | 0 | 10100 | 100100100 | 1011000 | 101010 |
Color Harmonies of #B10DCB
Complementary color
Monochromatic Colors of #B10DCB
Black with #B10DCB
Text Example
Text Example
White with #B10DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10DCB; }
p { color: rgb(177,13,203); }
H1.HeaderClassName
{
color: #B10DCB;
}
.AnyTagClassName
{
color: #B10DCB;
}
</style>
background-color css
<style>
a { background-color: #B10DCB; }
a { background-color: rgb(177,13,203); }
div.DivClassName
{
background-color: #B10DCB;
}
.BgClassName
{
background-color: #B10DCB;
}
</style>
border-color css
<style>
span { border-color: #B10DCB; }
span { border-color: rgb(177,13,203); }
td.TdClassName
{
border-color: #B10DCB;
}
.TagClassName
{
border-color: #B10DCB;
}
</style>