Shades of Dark Magenta #B100A4
Tints of Dark Magenta #B100A4
RGB
CMYK
RGB Variations
Color information
#B100A4 (or 0xB100A4) is known color: Dark Magenta. HEX triplet: B1, 00 and A4. RGB value is (177,0,164). Sum of RGB (Red+Green+Blue) = 177+0+164=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B100A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B100A4 is #4EFF5B. Grayscale: #474747. Windows color (decimal): -5177180 or 10748081. OLE color: 10748081.
HSL color Cylindrical-coordinate representation of color #B100A4: hue angle of 304.41º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100A4 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 164 | - |
| CMYK | 0 | 1 | 0.07 | 0.31 |
| HSL | 304.41º | 1% | 0.35% | - |
| HSV(B) | 304.41º | 1% | 0.69% | - |
| XYZ | 24.83 | 12.03 | 36.13 | - |
| YUV | 71.62 | 180.14 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 164 | 0 | 1 | 0.07 | 0.31 | 304.41 | 1 | 0.35 |
| Hex | B1 | 0 | A4 | 0 | 64 | 7 | 1F | 130 | 64 | 23 |
| Octal | 261 | 0 | 244 | 0 | 144 | 7 | 37 | 460 | 144 | 43 |
| Binary | 10110001 | 0 | 10100100 | 0 | 1100100 | 111 | 11111 | 100110000 | 1100100 | 100011 |
Color Harmonies of #B100A4
Complementary color
Monochromatic Colors of #B100A4
Black with #B100A4
Text Example
Text Example
White with #B100A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100A4; }
p { color: rgb(177,0,164); }
H1.HeaderClassName
{
color: #B100A4;
}
.AnyTagClassName
{
color: #B100A4;
}
</style>
background-color css
<style>
a { background-color: #B100A4; }
a { background-color: rgb(177,0,164); }
div.DivClassName
{
background-color: #B100A4;
}
.BgClassName
{
background-color: #B100A4;
}
</style>
border-color css
<style>
span { border-color: #B100A4; }
span { border-color: rgb(177,0,164); }
td.TdClassName
{
border-color: #B100A4;
}
.TagClassName
{
border-color: #B100A4;
}
</style>