Shades of Dark Magenta #B002A3
Tints of Dark Magenta #B002A3
RGB
CMYK
RGB Variations
Color information
#B002A3 (or 0xB002A3) is known color: Dark Magenta. HEX triplet: B0, 02 and A3. RGB value is (176,2,163). Sum of RGB (Red+Green+Blue) = 176+2+163=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 163 (64.06% from 255 or 47.80% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B002A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B002A3 is #4FFD5C. Grayscale: #474747. Windows color (decimal): -5242205 or 10683056. OLE color: 10683056.
HSL color Cylindrical-coordinate representation of color #B002A3: hue angle of 304.48º 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 #B002A3 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 163 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.31 |
| HSL | 304.48º | 0.98% | 0.35% | - |
| HSV(B) | 304.48º | 0.99% | 0.69% | - |
| XYZ | 24.54 | 11.92 | 35.66 | - |
| YUV | 72.38 | 179.15 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 163 | 0 | 0.99 | 0.07 | 0.31 | 304.48 | 0.98 | 0.35 |
| Hex | B0 | 2 | A3 | 0 | 63 | 7 | 1F | 130 | 62 | 23 |
| Octal | 260 | 2 | 243 | 0 | 143 | 7 | 37 | 460 | 142 | 43 |
| Binary | 10110000 | 10 | 10100011 | 0 | 1100011 | 111 | 11111 | 100110000 | 1100010 | 100011 |
Color Harmonies of #B002A3
Complementary color
Monochromatic Colors of #B002A3
Black with #B002A3
Text Example
Text Example
White with #B002A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B002A3; }
p { color: rgb(176,2,163); }
H1.HeaderClassName
{
color: #B002A3;
}
.AnyTagClassName
{
color: #B002A3;
}
</style>
background-color css
<style>
a { background-color: #B002A3; }
a { background-color: rgb(176,2,163); }
div.DivClassName
{
background-color: #B002A3;
}
.BgClassName
{
background-color: #B002A3;
}
</style>
border-color css
<style>
span { border-color: #B002A3; }
span { border-color: rgb(176,2,163); }
td.TdClassName
{
border-color: #B002A3;
}
.TagClassName
{
border-color: #B002A3;
}
</style>