Shades of Deep Magenta #B400A5
Tints of Deep Magenta #B400A5
RGB
CMYK
RGB Variations
Color information
#B400A5 (or 0xB400A5) is known color: Deep Magenta. HEX triplet: B4, 00 and A5. RGB value is (180,0,165). Sum of RGB (Red+Green+Blue) = 180+0+165=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B400A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B400A5 is #4BFF5A. Grayscale: #484848. Windows color (decimal): -4980571 or 10813620. OLE color: 10813620.
HSL color Cylindrical-coordinate representation of color #B400A5: hue angle of 305º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B400A5 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 165 | - |
| CMYK | 0 | 1 | 0.08 | 0.29 |
| HSL | 305º | 1% | 0.35% | - |
| HSV(B) | 305º | 1% | 0.71% | - |
| XYZ | 25.61 | 12.42 | 36.64 | - |
| YUV | 72.63 | 180.13 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 165 | 0 | 1 | 0.08 | 0.29 | 305 | 1 | 0.35 |
| Hex | B4 | 0 | A5 | 0 | 64 | 8 | 1D | 131 | 64 | 23 |
| Octal | 264 | 0 | 245 | 0 | 144 | 10 | 35 | 461 | 144 | 43 |
| Binary | 10110100 | 0 | 10100101 | 0 | 1100100 | 1000 | 11101 | 100110001 | 1100100 | 100011 |
Color Harmonies of #B400A5
Complementary color
Monochromatic Colors of #B400A5
Black with #B400A5
Text Example
Text Example
White with #B400A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B400A5; }
p { color: rgb(180,0,165); }
H1.HeaderClassName
{
color: #B400A5;
}
.AnyTagClassName
{
color: #B400A5;
}
</style>
background-color css
<style>
a { background-color: #B400A5; }
a { background-color: rgb(180,0,165); }
div.DivClassName
{
background-color: #B400A5;
}
.BgClassName
{
background-color: #B400A5;
}
</style>
border-color css
<style>
span { border-color: #B400A5; }
span { border-color: rgb(180,0,165); }
td.TdClassName
{
border-color: #B400A5;
}
.TagClassName
{
border-color: #B400A5;
}
</style>