Shades of Dark Magenta #B002A5
Tints of Dark Magenta #B002A5
RGB
CMYK
RGB Variations
Color information
#B002A5 (or 0xB002A5) is known color: Dark Magenta. HEX triplet: B0, 02 and A5. RGB value is (176,2,165). Sum of RGB (Red+Green+Blue) = 176+2+165=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B002A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B002A5 is #4FFD5A. Grayscale: #484848. Windows color (decimal): -5242203 or 10814128. OLE color: 10814128.
HSL color Cylindrical-coordinate representation of color #B002A5: hue angle of 303.79º 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 #B002A5 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 165 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.31 |
| HSL | 303.79º | 0.98% | 0.35% | - |
| HSV(B) | 303.79º | 0.99% | 0.69% | - |
| XYZ | 24.72 | 11.99 | 36.61 | - |
| YUV | 72.61 | 180.15 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 165 | 0 | 0.99 | 0.06 | 0.31 | 303.79 | 0.98 | 0.35 |
| Hex | B0 | 2 | A5 | 0 | 63 | 6 | 1F | 130 | 62 | 23 |
| Octal | 260 | 2 | 245 | 0 | 143 | 6 | 37 | 460 | 142 | 43 |
| Binary | 10110000 | 10 | 10100101 | 0 | 1100011 | 110 | 11111 | 100110000 | 1100010 | 100011 |
Color Harmonies of #B002A5
Complementary color
Monochromatic Colors of #B002A5
Black with #B002A5
Text Example
Text Example
White with #B002A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B002A5; }
p { color: rgb(176,2,165); }
H1.HeaderClassName
{
color: #B002A5;
}
.AnyTagClassName
{
color: #B002A5;
}
</style>
background-color css
<style>
a { background-color: #B002A5; }
a { background-color: rgb(176,2,165); }
div.DivClassName
{
background-color: #B002A5;
}
.BgClassName
{
background-color: #B002A5;
}
</style>
border-color css
<style>
span { border-color: #B002A5; }
span { border-color: rgb(176,2,165); }
td.TdClassName
{
border-color: #B002A5;
}
.TagClassName
{
border-color: #B002A5;
}
</style>