Shades of Deep Magenta #B422B0
Tints of Deep Magenta #B422B0
RGB
CMYK
RGB Variations
Color information
#B422B0 (or 0xB422B0) is known color: Deep Magenta. HEX triplet: B4, 22 and B0. RGB value is (180,34,176). Sum of RGB (Red+Green+Blue) = 180+34+176=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B422B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B422B0 is #4BDD4F. Grayscale: #5D5D5D. Windows color (decimal): -4971856 or 11543220. OLE color: 11543220.
HSL color Cylindrical-coordinate representation of color #B422B0: hue angle of 301.64º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B422B0 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 34 | 176 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.29 |
| HSL | 301.64º | 0.68% | 0.42% | - |
| HSV(B) | 301.64º | 0.81% | 0.71% | - |
| XYZ | 27.23 | 13.98 | 42.34 | - |
| YUV | 93.84 | 174.37 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 176 | 0 | 0.81 | 0.02 | 0.29 | 301.64 | 0.68 | 0.42 |
| Hex | B4 | 22 | B0 | 0 | 51 | 2 | 1D | 12E | 44 | 2A |
| Octal | 264 | 42 | 260 | 0 | 121 | 2 | 35 | 456 | 104 | 52 |
| Binary | 10110100 | 100010 | 10110000 | 0 | 1010001 | 10 | 11101 | 100101110 | 1000100 | 101010 |
Color Harmonies of #B422B0
Complementary color
Monochromatic Colors of #B422B0
Black with #B422B0
Text Example
Text Example
White with #B422B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B422B0; }
p { color: rgb(180,34,176); }
H1.HeaderClassName
{
color: #B422B0;
}
.AnyTagClassName
{
color: #B422B0;
}
</style>
background-color css
<style>
a { background-color: #B422B0; }
a { background-color: rgb(180,34,176); }
div.DivClassName
{
background-color: #B422B0;
}
.BgClassName
{
background-color: #B422B0;
}
</style>
border-color css
<style>
span { border-color: #B422B0; }
span { border-color: rgb(180,34,176); }
td.TdClassName
{
border-color: #B422B0;
}
.TagClassName
{
border-color: #B422B0;
}
</style>