Shades of Deep Magenta #B10BD1
Tints of Deep Magenta #B10BD1
RGB
CMYK
RGB Variations
Color information
#B10BD1 (or 0xB10BD1) is known color: Deep Magenta. HEX triplet: B1, 0B and D1. RGB value is (177,11,209). Sum of RGB (Red+Green+Blue) = 177+11+209=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #B10BD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10BD1 is #4EF42E. Grayscale: #525252. Windows color (decimal): -5174319 or 13700017. OLE color: 13700017.
HSL color Cylindrical-coordinate representation of color #B10BD1: hue angle of 290.3º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10BD1 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 11 | 209 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.18 |
| HSL | 290.3º | 0.9% | 0.43% | - |
| HSV(B) | 290.3º | 0.95% | 0.82% | - |
| XYZ | 29.76 | 14.19 | 61.49 | - |
| YUV | 83.21 | 199 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 209 | 0.15 | 0.95 | 0 | 0.18 | 290.3 | 0.9 | 0.43 |
| Hex | B1 | B | D1 | F | 5F | 0 | 12 | 122 | 5A | 2B |
| Octal | 261 | 13 | 321 | 17 | 137 | 0 | 22 | 442 | 132 | 53 |
| Binary | 10110001 | 1011 | 11010001 | 1111 | 1011111 | 0 | 10010 | 100100010 | 1011010 | 101011 |
Color Harmonies of #B10BD1
Complementary color
Monochromatic Colors of #B10BD1
Black with #B10BD1
Text Example
Text Example
White with #B10BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10BD1; }
p { color: rgb(177,11,209); }
H1.HeaderClassName
{
color: #B10BD1;
}
.AnyTagClassName
{
color: #B10BD1;
}
</style>
background-color css
<style>
a { background-color: #B10BD1; }
a { background-color: rgb(177,11,209); }
div.DivClassName
{
background-color: #B10BD1;
}
.BgClassName
{
background-color: #B10BD1;
}
</style>
border-color css
<style>
span { border-color: #B10BD1; }
span { border-color: rgb(177,11,209); }
td.TdClassName
{
border-color: #B10BD1;
}
.TagClassName
{
border-color: #B10BD1;
}
</style>