Shades of Deep Magenta #B101B7
Tints of Deep Magenta #B101B7
RGB
CMYK
RGB Variations
Color information
#B101B7 (or 0xB101B7) is known color: Deep Magenta. HEX triplet: B1, 01 and B7. RGB value is (177,1,183). Sum of RGB (Red+Green+Blue) = 177+1+183=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 183 (71.88% from 255 or 50.69% from 361); Max value from RGB is 183 - color contains mainly: blue. Hex color #B101B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B101B7 is #4EFE48. Grayscale: #494949. Windows color (decimal): -5176905 or 11993521. OLE color: 11993521.
HSL color Cylindrical-coordinate representation of color #B101B7: hue angle of 298.02º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B101B7 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 1 | 183 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.28 |
| HSL | 298.02º | 0.99% | 0.36% | - |
| HSV(B) | 298.02º | 0.99% | 0.72% | - |
| XYZ | 26.69 | 12.79 | 45.86 | - |
| YUV | 74.37 | 189.31 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 183 | 0.03 | 0.99 | 0 | 0.28 | 298.02 | 0.99 | 0.36 |
| Hex | B1 | 1 | B7 | 3 | 63 | 0 | 1C | 12A | 63 | 24 |
| Octal | 261 | 1 | 267 | 3 | 143 | 0 | 34 | 452 | 143 | 44 |
| Binary | 10110001 | 1 | 10110111 | 11 | 1100011 | 0 | 11100 | 100101010 | 1100011 | 100100 |
Color Harmonies of #B101B7
Complementary color
Monochromatic Colors of #B101B7
Black with #B101B7
Text Example
Text Example
White with #B101B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B101B7; }
p { color: rgb(177,1,183); }
H1.HeaderClassName
{
color: #B101B7;
}
.AnyTagClassName
{
color: #B101B7;
}
</style>
background-color css
<style>
a { background-color: #B101B7; }
a { background-color: rgb(177,1,183); }
div.DivClassName
{
background-color: #B101B7;
}
.BgClassName
{
background-color: #B101B7;
}
</style>
border-color css
<style>
span { border-color: #B101B7; }
span { border-color: rgb(177,1,183); }
td.TdClassName
{
border-color: #B101B7;
}
.TagClassName
{
border-color: #B101B7;
}
</style>