Shades of Deep Magenta #B002A7
Tints of Deep Magenta #B002A7
RGB
CMYK
RGB Variations
Color information
#B002A7 (or 0xB002A7) is known color: Deep Magenta. HEX triplet: B0, 02 and A7. RGB value is (176,2,167). Sum of RGB (Red+Green+Blue) = 176+2+167=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 167 (65.62% from 255 or 48.41% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B002A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B002A7 is #4FFD58. Grayscale: #484848. Windows color (decimal): -5242201 or 10945200. OLE color: 10945200.
HSL color Cylindrical-coordinate representation of color #B002A7: hue angle of 303.1º 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 #B002A7 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 167 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.31 |
| HSL | 303.1º | 0.98% | 0.35% | - |
| HSV(B) | 303.1º | 0.99% | 0.69% | - |
| XYZ | 24.9 | 12.06 | 37.58 | - |
| YUV | 72.84 | 181.15 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 167 | 0 | 0.99 | 0.05 | 0.31 | 303.1 | 0.98 | 0.35 |
| Hex | B0 | 2 | A7 | 0 | 63 | 5 | 1F | 12F | 62 | 23 |
| Octal | 260 | 2 | 247 | 0 | 143 | 5 | 37 | 457 | 142 | 43 |
| Binary | 10110000 | 10 | 10100111 | 0 | 1100011 | 101 | 11111 | 100101111 | 1100010 | 100011 |
Color Harmonies of #B002A7
Complementary color
Monochromatic Colors of #B002A7
Black with #B002A7
Text Example
Text Example
White with #B002A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B002A7; }
p { color: rgb(176,2,167); }
H1.HeaderClassName
{
color: #B002A7;
}
.AnyTagClassName
{
color: #B002A7;
}
</style>
background-color css
<style>
a { background-color: #B002A7; }
a { background-color: rgb(176,2,167); }
div.DivClassName
{
background-color: #B002A7;
}
.BgClassName
{
background-color: #B002A7;
}
</style>
border-color css
<style>
span { border-color: #B002A7; }
span { border-color: rgb(176,2,167); }
td.TdClassName
{
border-color: #B002A7;
}
.TagClassName
{
border-color: #B002A7;
}
</style>