Shades of Deep Magenta #B101D2
Tints of Deep Magenta #B101D2
RGB
CMYK
RGB Variations
Color information
#B101D2 (or 0xB101D2) is known color: Deep Magenta. HEX triplet: B1, 01 and D2. RGB value is (177,1,210). Sum of RGB (Red+Green+Blue) = 177+1+210=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 210 (82.42% from 255 or 54.12% from 388); Max value from RGB is 210 - color contains mainly: blue. Hex color #B101D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B101D2 is #4EFE2D. Grayscale: #4C4C4C. Windows color (decimal): -5176878 or 13762993. OLE color: 13762993.
HSL color Cylindrical-coordinate representation of color #B101D2: hue angle of 290.53º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B101D2 is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 1 | 210 | - |
| CMYK | 0.16 | 1.00 | 0 | 0.18 |
| HSL | 290.53º | 0.99% | 0.41% | - |
| HSV(B) | 290.53º | 1% | 0.82% | - |
| XYZ | 29.78 | 14.02 | 62.11 | - |
| YUV | 77.45 | 202.81 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 210 | 0.16 | 1.00 | 0 | 0.18 | 290.53 | 0.99 | 0.41 |
| Hex | B1 | 1 | D2 | 10 | 64 | 0 | 12 | 123 | 63 | 29 |
| Octal | 261 | 1 | 322 | 20 | 144 | 0 | 22 | 443 | 143 | 51 |
| Binary | 10110001 | 1 | 11010010 | 10000 | 1100100 | 0 | 10010 | 100100011 | 1100011 | 101001 |
Color Harmonies of #B101D2
Complementary color
Monochromatic Colors of #B101D2
Black with #B101D2
Text Example
Text Example
White with #B101D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B101D2; }
p { color: rgb(177,1,210); }
H1.HeaderClassName
{
color: #B101D2;
}
.AnyTagClassName
{
color: #B101D2;
}
</style>
background-color css
<style>
a { background-color: #B101D2; }
a { background-color: rgb(177,1,210); }
div.DivClassName
{
background-color: #B101D2;
}
.BgClassName
{
background-color: #B101D2;
}
</style>
border-color css
<style>
span { border-color: #B101D2; }
span { border-color: rgb(177,1,210); }
td.TdClassName
{
border-color: #B101D2;
}
.TagClassName
{
border-color: #B101D2;
}
</style>