Shades of Deep Magenta #B320AC
Tints of Deep Magenta #B320AC
RGB
CMYK
RGB Variations
Color information
#B320AC (or 0xB320AC) is known color: Deep Magenta. HEX triplet: B3, 20 and AC. RGB value is (179,32,172). Sum of RGB (Red+Green+Blue) = 179+32+172=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B320AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B320AC is #4CDF53. Grayscale: #5B5B5B. Windows color (decimal): -5037908 or 11280563. OLE color: 11280563.
HSL color Cylindrical-coordinate representation of color #B320AC: hue angle of 302.86º 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 #B320AC is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 172 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.30 |
| HSL | 302.86º | 0.7% | 0.41% | - |
| HSV(B) | 302.86º | 0.82% | 0.7% | - |
| XYZ | 26.55 | 13.6 | 40.25 | - |
| YUV | 91.91 | 173.2 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 172 | 0 | 0.82 | 0.04 | 0.30 | 302.86 | 0.7 | 0.41 |
| Hex | B3 | 20 | AC | 0 | 52 | 4 | 1E | 12F | 46 | 29 |
| Octal | 263 | 40 | 254 | 0 | 122 | 4 | 36 | 457 | 106 | 51 |
| Binary | 10110011 | 100000 | 10101100 | 0 | 1010010 | 100 | 11110 | 100101111 | 1000110 | 101001 |
Color Harmonies of #B320AC
Complementary color
Monochromatic Colors of #B320AC
Black with #B320AC
Text Example
Text Example
White with #B320AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320AC; }
p { color: rgb(179,32,172); }
H1.HeaderClassName
{
color: #B320AC;
}
.AnyTagClassName
{
color: #B320AC;
}
</style>
background-color css
<style>
a { background-color: #B320AC; }
a { background-color: rgb(179,32,172); }
div.DivClassName
{
background-color: #B320AC;
}
.BgClassName
{
background-color: #B320AC;
}
</style>
border-color css
<style>
span { border-color: #B320AC; }
span { border-color: rgb(179,32,172); }
td.TdClassName
{
border-color: #B320AC;
}
.TagClassName
{
border-color: #B320AC;
}
</style>