Shades of Deep Magenta #B101BE
Tints of Deep Magenta #B101BE
RGB
CMYK
RGB Variations
Color information
#B101BE (or 0xB101BE) is known color: Deep Magenta. HEX triplet: B1, 01 and BE. RGB value is (177,1,190). Sum of RGB (Red+Green+Blue) = 177+1+190=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #B101BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B101BE is #4EFE41. Grayscale: #4A4A4A. Windows color (decimal): -5176898 or 12452273. OLE color: 12452273.
HSL color Cylindrical-coordinate representation of color #B101BE: hue angle of 295.87º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B101BE is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 1 | 190 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.25 |
| HSL | 295.87º | 0.99% | 0.37% | - |
| HSV(B) | 295.87º | 0.99% | 0.75% | - |
| XYZ | 27.44 | 13.09 | 49.8 | - |
| YUV | 75.17 | 192.81 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 190 | 0.07 | 0.99 | 0 | 0.25 | 295.87 | 0.99 | 0.37 |
| Hex | B1 | 1 | BE | 7 | 63 | 0 | 19 | 128 | 63 | 25 |
| Octal | 261 | 1 | 276 | 7 | 143 | 0 | 31 | 450 | 143 | 45 |
| Binary | 10110001 | 1 | 10111110 | 111 | 1100011 | 0 | 11001 | 100101000 | 1100011 | 100101 |
Color Harmonies of #B101BE
Complementary color
Monochromatic Colors of #B101BE
Black with #B101BE
Text Example
Text Example
White with #B101BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B101BE; }
p { color: rgb(177,1,190); }
H1.HeaderClassName
{
color: #B101BE;
}
.AnyTagClassName
{
color: #B101BE;
}
</style>
background-color css
<style>
a { background-color: #B101BE; }
a { background-color: rgb(177,1,190); }
div.DivClassName
{
background-color: #B101BE;
}
.BgClassName
{
background-color: #B101BE;
}
</style>
border-color css
<style>
span { border-color: #B101BE; }
span { border-color: rgb(177,1,190); }
td.TdClassName
{
border-color: #B101BE;
}
.TagClassName
{
border-color: #B101BE;
}
</style>