Shades of Deep Magenta #B101B8
Tints of Deep Magenta #B101B8
RGB
CMYK
RGB Variations
Color information
#B101B8 (or 0xB101B8) is known color: Deep Magenta. HEX triplet: B1, 01 and B8. RGB value is (177,1,184). Sum of RGB (Red+Green+Blue) = 177+1+184=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #B101B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B101B8 is #4EFE47. Grayscale: #494949. Windows color (decimal): -5176904 or 12059057. OLE color: 12059057.
HSL color Cylindrical-coordinate representation of color #B101B8: hue angle of 297.7º 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 #B101B8 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 1 | 184 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.28 |
| HSL | 297.7º | 0.99% | 0.36% | - |
| HSV(B) | 297.7º | 0.99% | 0.72% | - |
| XYZ | 26.79 | 12.83 | 46.41 | - |
| YUV | 74.49 | 189.81 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 184 | 0.04 | 0.99 | 0 | 0.28 | 297.7 | 0.99 | 0.36 |
| Hex | B1 | 1 | B8 | 4 | 63 | 0 | 1C | 12A | 63 | 24 |
| Octal | 261 | 1 | 270 | 4 | 143 | 0 | 34 | 452 | 143 | 44 |
| Binary | 10110001 | 1 | 10111000 | 100 | 1100011 | 0 | 11100 | 100101010 | 1100011 | 100100 |
Color Harmonies of #B101B8
Complementary color
Monochromatic Colors of #B101B8
Black with #B101B8
Text Example
Text Example
White with #B101B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B101B8; }
p { color: rgb(177,1,184); }
H1.HeaderClassName
{
color: #B101B8;
}
.AnyTagClassName
{
color: #B101B8;
}
</style>
background-color css
<style>
a { background-color: #B101B8; }
a { background-color: rgb(177,1,184); }
div.DivClassName
{
background-color: #B101B8;
}
.BgClassName
{
background-color: #B101B8;
}
</style>
border-color css
<style>
span { border-color: #B101B8; }
span { border-color: rgb(177,1,184); }
td.TdClassName
{
border-color: #B101B8;
}
.TagClassName
{
border-color: #B101B8;
}
</style>