Shades of Deep Magenta #B322AD
Tints of Deep Magenta #B322AD
RGB
CMYK
RGB Variations
Color information
#B322AD (or 0xB322AD) is known color: Deep Magenta. HEX triplet: B3, 22 and AD. RGB value is (179,34,173). Sum of RGB (Red+Green+Blue) = 179+34+173=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B322AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B322AD is #4CDD52. Grayscale: #5C5C5C. Windows color (decimal): -5037395 or 11346611. OLE color: 11346611.
HSL color Cylindrical-coordinate representation of color #B322AD: hue angle of 302.48º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B322AD is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 34 | 173 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.30 |
| HSL | 302.48º | 0.68% | 0.42% | - |
| HSV(B) | 302.48º | 0.81% | 0.7% | - |
| XYZ | 26.71 | 13.74 | 40.78 | - |
| YUV | 93.2 | 173.04 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 173 | 0 | 0.81 | 0.03 | 0.30 | 302.48 | 0.68 | 0.42 |
| Hex | B3 | 22 | AD | 0 | 51 | 3 | 1E | 12E | 44 | 2A |
| Octal | 263 | 42 | 255 | 0 | 121 | 3 | 36 | 456 | 104 | 52 |
| Binary | 10110011 | 100010 | 10101101 | 0 | 1010001 | 11 | 11110 | 100101110 | 1000100 | 101010 |
Color Harmonies of #B322AD
Complementary color
Monochromatic Colors of #B322AD
Black with #B322AD
Text Example
Text Example
White with #B322AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B322AD; }
p { color: rgb(179,34,173); }
H1.HeaderClassName
{
color: #B322AD;
}
.AnyTagClassName
{
color: #B322AD;
}
</style>
background-color css
<style>
a { background-color: #B322AD; }
a { background-color: rgb(179,34,173); }
div.DivClassName
{
background-color: #B322AD;
}
.BgClassName
{
background-color: #B322AD;
}
</style>
border-color css
<style>
span { border-color: #B322AD; }
span { border-color: rgb(179,34,173); }
td.TdClassName
{
border-color: #B322AD;
}
.TagClassName
{
border-color: #B322AD;
}
</style>