Shades of Deep Magenta #B322B0
Tints of Deep Magenta #B322B0
RGB
CMYK
RGB Variations
Color information
#B322B0 (or 0xB322B0) is known color: Deep Magenta. HEX triplet: B3, 22 and B0. RGB value is (179,34,176). Sum of RGB (Red+Green+Blue) = 179+34+176=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B322B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B322B0 is #4CDD4F. Grayscale: #5D5D5D. Windows color (decimal): -5037392 or 11543219. OLE color: 11543219.
HSL color Cylindrical-coordinate representation of color #B322B0: hue angle of 301.24º 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 #B322B0 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 34 | 176 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.30 |
| HSL | 301.24º | 0.68% | 0.42% | - |
| HSV(B) | 301.24º | 0.81% | 0.7% | - |
| XYZ | 27 | 13.86 | 42.33 | - |
| YUV | 93.54 | 174.54 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 176 | 0 | 0.81 | 0.02 | 0.30 | 301.24 | 0.68 | 0.42 |
| Hex | B3 | 22 | B0 | 0 | 51 | 2 | 1E | 12D | 44 | 2A |
| Octal | 263 | 42 | 260 | 0 | 121 | 2 | 36 | 455 | 104 | 52 |
| Binary | 10110011 | 100010 | 10110000 | 0 | 1010001 | 10 | 11110 | 100101101 | 1000100 | 101010 |
Color Harmonies of #B322B0
Complementary color
Monochromatic Colors of #B322B0
Black with #B322B0
Text Example
Text Example
White with #B322B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B322B0; }
p { color: rgb(179,34,176); }
H1.HeaderClassName
{
color: #B322B0;
}
.AnyTagClassName
{
color: #B322B0;
}
</style>
background-color css
<style>
a { background-color: #B322B0; }
a { background-color: rgb(179,34,176); }
div.DivClassName
{
background-color: #B322B0;
}
.BgClassName
{
background-color: #B322B0;
}
</style>
border-color css
<style>
span { border-color: #B322B0; }
span { border-color: rgb(179,34,176); }
td.TdClassName
{
border-color: #B322B0;
}
.TagClassName
{
border-color: #B322B0;
}
</style>