Shades of Dark Magenta #B101A4
Tints of Dark Magenta #B101A4
RGB
CMYK
RGB Variations
Color information
#B101A4 (or 0xB101A4) is known color: Dark Magenta. HEX triplet: B1, 01 and A4. RGB value is (177,1,164). Sum of RGB (Red+Green+Blue) = 177+1+164=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 164 (64.45% from 255 or 47.95% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B101A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B101A4 is #4EFE5B. Grayscale: #474747. Windows color (decimal): -5176924 or 10748337. OLE color: 10748337.
HSL color Cylindrical-coordinate representation of color #B101A4: hue angle of 304.43º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B101A4 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 164 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.31 |
| HSL | 304.43º | 0.99% | 0.35% | - |
| HSV(B) | 304.43º | 0.99% | 0.69% | - |
| XYZ | 24.84 | 12.05 | 36.14 | - |
| YUV | 72.21 | 179.81 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 164 | 0 | 0.99 | 0.07 | 0.31 | 304.43 | 0.99 | 0.35 |
| Hex | B1 | 1 | A4 | 0 | 63 | 7 | 1F | 130 | 63 | 23 |
| Octal | 261 | 1 | 244 | 0 | 143 | 7 | 37 | 460 | 143 | 43 |
| Binary | 10110001 | 1 | 10100100 | 0 | 1100011 | 111 | 11111 | 100110000 | 1100011 | 100011 |
Color Harmonies of #B101A4
Complementary color
Monochromatic Colors of #B101A4
Black with #B101A4
Text Example
Text Example
White with #B101A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B101A4; }
p { color: rgb(177,1,164); }
H1.HeaderClassName
{
color: #B101A4;
}
.AnyTagClassName
{
color: #B101A4;
}
</style>
background-color css
<style>
a { background-color: #B101A4; }
a { background-color: rgb(177,1,164); }
div.DivClassName
{
background-color: #B101A4;
}
.BgClassName
{
background-color: #B101A4;
}
</style>
border-color css
<style>
span { border-color: #B101A4; }
span { border-color: rgb(177,1,164); }
td.TdClassName
{
border-color: #B101A4;
}
.TagClassName
{
border-color: #B101A4;
}
</style>