Shades of Deep Magenta #B101C2
Tints of Deep Magenta #B101C2
RGB
CMYK
RGB Variations
Color information
#B101C2 (or 0xB101C2) is known color: Deep Magenta. HEX triplet: B1, 01 and C2. RGB value is (177,1,194). Sum of RGB (Red+Green+Blue) = 177+1+194=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 194 (76.17% from 255 or 52.15% from 372); Max value from RGB is 194 - color contains mainly: blue. Hex color #B101C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B101C2 is #4EFE3D. Grayscale: #4B4B4B. Windows color (decimal): -5176894 or 12714417. OLE color: 12714417.
HSL color Cylindrical-coordinate representation of color #B101C2: hue angle of 294.72º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B101C2 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 1 | 194 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.24 |
| HSL | 294.72º | 0.99% | 0.38% | - |
| HSV(B) | 294.72º | 0.99% | 0.76% | - |
| XYZ | 27.88 | 13.26 | 52.13 | - |
| YUV | 75.63 | 194.81 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 194 | 0.09 | 0.99 | 0 | 0.24 | 294.72 | 0.99 | 0.38 |
| Hex | B1 | 1 | C2 | 9 | 63 | 0 | 18 | 127 | 63 | 26 |
| Octal | 261 | 1 | 302 | 11 | 143 | 0 | 30 | 447 | 143 | 46 |
| Binary | 10110001 | 1 | 11000010 | 1001 | 1100011 | 0 | 11000 | 100100111 | 1100011 | 100110 |
Color Harmonies of #B101C2
Complementary color
Monochromatic Colors of #B101C2
Black with #B101C2
Text Example
Text Example
White with #B101C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B101C2; }
p { color: rgb(177,1,194); }
H1.HeaderClassName
{
color: #B101C2;
}
.AnyTagClassName
{
color: #B101C2;
}
</style>
background-color css
<style>
a { background-color: #B101C2; }
a { background-color: rgb(177,1,194); }
div.DivClassName
{
background-color: #B101C2;
}
.BgClassName
{
background-color: #B101C2;
}
</style>
border-color css
<style>
span { border-color: #B101C2; }
span { border-color: rgb(177,1,194); }
td.TdClassName
{
border-color: #B101C2;
}
.TagClassName
{
border-color: #B101C2;
}
</style>