Shades of Dark Magenta #B102A5
Tints of Dark Magenta #B102A5
RGB
CMYK
RGB Variations
Color information
#B102A5 (or 0xB102A5) is known color: Dark Magenta. HEX triplet: B1, 02 and A5. RGB value is (177,2,165). Sum of RGB (Red+Green+Blue) = 177+2+165=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B102A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B102A5 is #4EFD5A. Grayscale: #484848. Windows color (decimal): -5176667 or 10814129. OLE color: 10814129.
HSL color Cylindrical-coordinate representation of color #B102A5: hue angle of 304.11º degrees, saturation: 0.98, 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 #B102A5 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 165 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.31 |
| HSL | 304.11º | 0.98% | 0.35% | - |
| HSV(B) | 304.11º | 0.99% | 0.69% | - |
| XYZ | 24.94 | 12.11 | 36.62 | - |
| YUV | 72.91 | 179.98 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 165 | 0 | 0.99 | 0.07 | 0.31 | 304.11 | 0.98 | 0.35 |
| Hex | B1 | 2 | A5 | 0 | 63 | 7 | 1F | 130 | 62 | 23 |
| Octal | 261 | 2 | 245 | 0 | 143 | 7 | 37 | 460 | 142 | 43 |
| Binary | 10110001 | 10 | 10100101 | 0 | 1100011 | 111 | 11111 | 100110000 | 1100010 | 100011 |
Color Harmonies of #B102A5
Complementary color
Monochromatic Colors of #B102A5
Black with #B102A5
Text Example
Text Example
White with #B102A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B102A5; }
p { color: rgb(177,2,165); }
H1.HeaderClassName
{
color: #B102A5;
}
.AnyTagClassName
{
color: #B102A5;
}
</style>
background-color css
<style>
a { background-color: #B102A5; }
a { background-color: rgb(177,2,165); }
div.DivClassName
{
background-color: #B102A5;
}
.BgClassName
{
background-color: #B102A5;
}
</style>
border-color css
<style>
span { border-color: #B102A5; }
span { border-color: rgb(177,2,165); }
td.TdClassName
{
border-color: #B102A5;
}
.TagClassName
{
border-color: #B102A5;
}
</style>