Shades of Deep Magenta #B40FAA
Tints of Deep Magenta #B40FAA
RGB
CMYK
RGB Variations
Color information
#B40FAA (or 0xB40FAA) is known color: Deep Magenta. HEX triplet: B4, 0F and AA. RGB value is (180,15,170). Sum of RGB (Red+Green+Blue) = 180+15+170=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B40FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40FAA is #4BF055. Grayscale: #515151. Windows color (decimal): -4976726 or 11145140. OLE color: 11145140.
HSL color Cylindrical-coordinate representation of color #B40FAA: hue angle of 303.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40FAA is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 15 | 170 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.29 |
| HSL | 303.64º | 0.85% | 0.38% | - |
| HSV(B) | 303.64º | 0.92% | 0.71% | - |
| XYZ | 26.25 | 12.95 | 39.15 | - |
| YUV | 82.01 | 177.66 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 170 | 0 | 0.92 | 0.06 | 0.29 | 303.64 | 0.85 | 0.38 |
| Hex | B4 | F | AA | 0 | 5C | 6 | 1D | 130 | 55 | 26 |
| Octal | 264 | 17 | 252 | 0 | 134 | 6 | 35 | 460 | 125 | 46 |
| Binary | 10110100 | 1111 | 10101010 | 0 | 1011100 | 110 | 11101 | 100110000 | 1010101 | 100110 |
Color Harmonies of #B40FAA
Complementary color
Monochromatic Colors of #B40FAA
Black with #B40FAA
Text Example
Text Example
White with #B40FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40FAA; }
p { color: rgb(180,15,170); }
H1.HeaderClassName
{
color: #B40FAA;
}
.AnyTagClassName
{
color: #B40FAA;
}
</style>
background-color css
<style>
a { background-color: #B40FAA; }
a { background-color: rgb(180,15,170); }
div.DivClassName
{
background-color: #B40FAA;
}
.BgClassName
{
background-color: #B40FAA;
}
</style>
border-color css
<style>
span { border-color: #B40FAA; }
span { border-color: rgb(180,15,170); }
td.TdClassName
{
border-color: #B40FAA;
}
.TagClassName
{
border-color: #B40FAA;
}
</style>