Shades of Deep Magenta #B320B2
Tints of Deep Magenta #B320B2
RGB
CMYK
RGB Variations
Color information
#B320B2 (or 0xB320B2) is known color: Deep Magenta. HEX triplet: B3, 20 and B2. RGB value is (179,32,178). Sum of RGB (Red+Green+Blue) = 179+32+178=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B320B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B320B2 is #4CDF4D. Grayscale: #5C5C5C. Windows color (decimal): -5037902 or 11673779. OLE color: 11673779.
HSL color Cylindrical-coordinate representation of color #B320B2: hue angle of 300.41º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B320B2 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 178 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.30 |
| HSL | 300.41º | 0.7% | 0.41% | - |
| HSV(B) | 300.41º | 0.82% | 0.7% | - |
| XYZ | 27.14 | 13.83 | 43.36 | - |
| YUV | 92.6 | 176.2 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 178 | 0 | 0.82 | 0.01 | 0.30 | 300.41 | 0.7 | 0.41 |
| Hex | B3 | 20 | B2 | 0 | 52 | 1 | 1E | 12C | 46 | 29 |
| Octal | 263 | 40 | 262 | 0 | 122 | 1 | 36 | 454 | 106 | 51 |
| Binary | 10110011 | 100000 | 10110010 | 0 | 1010010 | 1 | 11110 | 100101100 | 1000110 | 101001 |
Color Harmonies of #B320B2
Complementary color
Monochromatic Colors of #B320B2
Black with #B320B2
Text Example
Text Example
White with #B320B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320B2; }
p { color: rgb(179,32,178); }
H1.HeaderClassName
{
color: #B320B2;
}
.AnyTagClassName
{
color: #B320B2;
}
</style>
background-color css
<style>
a { background-color: #B320B2; }
a { background-color: rgb(179,32,178); }
div.DivClassName
{
background-color: #B320B2;
}
.BgClassName
{
background-color: #B320B2;
}
</style>
border-color css
<style>
span { border-color: #B320B2; }
span { border-color: rgb(179,32,178); }
td.TdClassName
{
border-color: #B320B2;
}
.TagClassName
{
border-color: #B320B2;
}
</style>