Shades of Deep Magenta #B422B5
Tints of Deep Magenta #B422B5
RGB
CMYK
RGB Variations
Color information
#B422B5 (or 0xB422B5) is known color: Deep Magenta. HEX triplet: B4, 22 and B5. RGB value is (180,34,181). Sum of RGB (Red+Green+Blue) = 180+34+181=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #B422B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B422B5 is #4BDD4A. Grayscale: #5D5D5D. Windows color (decimal): -4971851 or 11870900. OLE color: 11870900.
HSL color Cylindrical-coordinate representation of color #B422B5: hue angle of 299.59º 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 #B422B5 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 34 | 181 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.29 |
| HSL | 299.59º | 0.68% | 0.42% | - |
| HSV(B) | 299.59º | 0.81% | 0.71% | - |
| XYZ | 27.73 | 14.18 | 44.99 | - |
| YUV | 94.41 | 176.87 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 181 | 0.01 | 0.81 | 0 | 0.29 | 299.59 | 0.68 | 0.42 |
| Hex | B4 | 22 | B5 | 1 | 51 | 0 | 1D | 12C | 44 | 2A |
| Octal | 264 | 42 | 265 | 1 | 121 | 0 | 35 | 454 | 104 | 52 |
| Binary | 10110100 | 100010 | 10110101 | 1 | 1010001 | 0 | 11101 | 100101100 | 1000100 | 101010 |
Color Harmonies of #B422B5
Complementary color
Monochromatic Colors of #B422B5
Black with #B422B5
Text Example
Text Example
White with #B422B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B422B5; }
p { color: rgb(180,34,181); }
H1.HeaderClassName
{
color: #B422B5;
}
.AnyTagClassName
{
color: #B422B5;
}
</style>
background-color css
<style>
a { background-color: #B422B5; }
a { background-color: rgb(180,34,181); }
div.DivClassName
{
background-color: #B422B5;
}
.BgClassName
{
background-color: #B422B5;
}
</style>
border-color css
<style>
span { border-color: #B422B5; }
span { border-color: rgb(180,34,181); }
td.TdClassName
{
border-color: #B422B5;
}
.TagClassName
{
border-color: #B422B5;
}
</style>