Shades of Deep Magenta #B102A8
Tints of Deep Magenta #B102A8
RGB
CMYK
RGB Variations
Color information
#B102A8 (or 0xB102A8) is known color: Deep Magenta. HEX triplet: B1, 02 and A8. RGB value is (177,2,168). Sum of RGB (Red+Green+Blue) = 177+2+168=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B102A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B102A8 is #4EFD57. Grayscale: #484848. Windows color (decimal): -5176664 or 11010737. OLE color: 11010737.
HSL color Cylindrical-coordinate representation of color #B102A8: hue angle of 303.09º 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 #B102A8 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 168 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.31 |
| HSL | 303.09º | 0.98% | 0.35% | - |
| HSV(B) | 303.09º | 0.99% | 0.69% | - |
| XYZ | 25.22 | 12.22 | 38.07 | - |
| YUV | 73.25 | 181.48 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 168 | 0 | 0.99 | 0.05 | 0.31 | 303.09 | 0.98 | 0.35 |
| Hex | B1 | 2 | A8 | 0 | 63 | 5 | 1F | 12F | 62 | 23 |
| Octal | 261 | 2 | 250 | 0 | 143 | 5 | 37 | 457 | 142 | 43 |
| Binary | 10110001 | 10 | 10101000 | 0 | 1100011 | 101 | 11111 | 100101111 | 1100010 | 100011 |
Color Harmonies of #B102A8
Complementary color
Monochromatic Colors of #B102A8
Black with #B102A8
Text Example
Text Example
White with #B102A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B102A8; }
p { color: rgb(177,2,168); }
H1.HeaderClassName
{
color: #B102A8;
}
.AnyTagClassName
{
color: #B102A8;
}
</style>
background-color css
<style>
a { background-color: #B102A8; }
a { background-color: rgb(177,2,168); }
div.DivClassName
{
background-color: #B102A8;
}
.BgClassName
{
background-color: #B102A8;
}
</style>
border-color css
<style>
span { border-color: #B102A8; }
span { border-color: rgb(177,2,168); }
td.TdClassName
{
border-color: #B102A8;
}
.TagClassName
{
border-color: #B102A8;
}
</style>