Shades of Deep Magenta #B402A8
Tints of Deep Magenta #B402A8
RGB
CMYK
RGB Variations
Color information
#B402A8 (or 0xB402A8) is known color: Deep Magenta. HEX triplet: B4, 02 and A8. RGB value is (180,2,168). Sum of RGB (Red+Green+Blue) = 180+2+168=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 168 (66.02% from 255 or 48% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B402A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B402A8 is #4BFD57. Grayscale: #494949. Windows color (decimal): -4980056 or 11010740. OLE color: 11010740.
HSL color Cylindrical-coordinate representation of color #B402A8: hue angle of 304.04º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B402A8 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 168 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.29 |
| HSL | 304.05º | 0.98% | 0.36% | - |
| HSV(B) | 304.05º | 0.99% | 0.71% | - |
| XYZ | 25.91 | 12.57 | 38.11 | - |
| YUV | 74.15 | 180.97 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 168 | 0 | 0.99 | 0.07 | 0.29 | 304.05 | 0.98 | 0.36 |
| Hex | B4 | 2 | A8 | 0 | 63 | 7 | 1D | 130 | 62 | 24 |
| Octal | 264 | 2 | 250 | 0 | 143 | 7 | 35 | 460 | 142 | 44 |
| Binary | 10110100 | 10 | 10101000 | 0 | 1100011 | 111 | 11101 | 100110000 | 1100010 | 100100 |
Color Harmonies of #B402A8
Complementary color
Monochromatic Colors of #B402A8
Black with #B402A8
Text Example
Text Example
White with #B402A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B402A8; }
p { color: rgb(180,2,168); }
H1.HeaderClassName
{
color: #B402A8;
}
.AnyTagClassName
{
color: #B402A8;
}
</style>
background-color css
<style>
a { background-color: #B402A8; }
a { background-color: rgb(180,2,168); }
div.DivClassName
{
background-color: #B402A8;
}
.BgClassName
{
background-color: #B402A8;
}
</style>
border-color css
<style>
span { border-color: #B402A8; }
span { border-color: rgb(180,2,168); }
td.TdClassName
{
border-color: #B402A8;
}
.TagClassName
{
border-color: #B402A8;
}
</style>