Shades of Deep Magenta #B320B6
Tints of Deep Magenta #B320B6
RGB
CMYK
RGB Variations
Color information
#B320B6 (or 0xB320B6) is known color: Deep Magenta. HEX triplet: B3, 20 and B6. RGB value is (179,32,182). Sum of RGB (Red+Green+Blue) = 179+32+182=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 182 - color contains mainly: blue. Hex color #B320B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320B6 is #4CDF49. Grayscale: #5C5C5C. Windows color (decimal): -5037898 or 11935923. OLE color: 11935923.
HSL color Cylindrical-coordinate representation of color #B320B6: hue angle of 298.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B320B6 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 32 | 182 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.29 |
| HSL | 298.8º | 0.7% | 0.42% | - |
| HSV(B) | 298.8º | 0.82% | 0.71% | - |
| XYZ | 27.55 | 13.99 | 45.51 | - |
| YUV | 93.05 | 178.2 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 182 | 0.02 | 0.82 | 0 | 0.29 | 298.8 | 0.7 | 0.42 |
| Hex | B3 | 20 | B6 | 2 | 52 | 0 | 1D | 12B | 46 | 2A |
| Octal | 263 | 40 | 266 | 2 | 122 | 0 | 35 | 453 | 106 | 52 |
| Binary | 10110011 | 100000 | 10110110 | 10 | 1010010 | 0 | 11101 | 100101011 | 1000110 | 101010 |
Color Harmonies of #B320B6
Complementary color
Monochromatic Colors of #B320B6
Black with #B320B6
Text Example
Text Example
White with #B320B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320B6; }
p { color: rgb(179,32,182); }
H1.HeaderClassName
{
color: #B320B6;
}
.AnyTagClassName
{
color: #B320B6;
}
</style>
background-color css
<style>
a { background-color: #B320B6; }
a { background-color: rgb(179,32,182); }
div.DivClassName
{
background-color: #B320B6;
}
.BgClassName
{
background-color: #B320B6;
}
</style>
border-color css
<style>
span { border-color: #B320B6; }
span { border-color: rgb(179,32,182); }
td.TdClassName
{
border-color: #B320B6;
}
.TagClassName
{
border-color: #B320B6;
}
</style>