Shades of Deep Magenta #B10FB0
Tints of Deep Magenta #B10FB0
RGB
CMYK
RGB Variations
Color information
#B10FB0 (or 0xB10FB0) is known color: Deep Magenta. HEX triplet: B1, 0F and B0. RGB value is (177,15,176). Sum of RGB (Red+Green+Blue) = 177+15+176=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 176 (69.14% from 255 or 47.83% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B10FB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10FB0 is #4EF04F. Grayscale: #515151. Windows color (decimal): -5173328 or 11538353. OLE color: 11538353.
HSL color Cylindrical-coordinate representation of color #B10FB0: hue angle of 300.37º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10FB0 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 15 | 176 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.31 |
| HSL | 300.37º | 0.84% | 0.38% | - |
| HSV(B) | 300.37º | 0.92% | 0.69% | - |
| XYZ | 26.14 | 12.82 | 42.17 | - |
| YUV | 81.79 | 181.17 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 176 | 0 | 0.92 | 0.01 | 0.31 | 300.37 | 0.84 | 0.38 |
| Hex | B1 | F | B0 | 0 | 5C | 1 | 1F | 12C | 54 | 26 |
| Octal | 261 | 17 | 260 | 0 | 134 | 1 | 37 | 454 | 124 | 46 |
| Binary | 10110001 | 1111 | 10110000 | 0 | 1011100 | 1 | 11111 | 100101100 | 1010100 | 100110 |
Color Harmonies of #B10FB0
Complementary color
Monochromatic Colors of #B10FB0
Black with #B10FB0
Text Example
Text Example
White with #B10FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10FB0; }
p { color: rgb(177,15,176); }
H1.HeaderClassName
{
color: #B10FB0;
}
.AnyTagClassName
{
color: #B10FB0;
}
</style>
background-color css
<style>
a { background-color: #B10FB0; }
a { background-color: rgb(177,15,176); }
div.DivClassName
{
background-color: #B10FB0;
}
.BgClassName
{
background-color: #B10FB0;
}
</style>
border-color css
<style>
span { border-color: #B10FB0; }
span { border-color: rgb(177,15,176); }
td.TdClassName
{
border-color: #B10FB0;
}
.TagClassName
{
border-color: #B10FB0;
}
</style>