Shades of Deep Magenta #B321B2
Tints of Deep Magenta #B321B2
RGB
CMYK
RGB Variations
Color information
#B321B2 (or 0xB321B2) is known color: Deep Magenta. HEX triplet: B3, 21 and B2. RGB value is (179,33,178). Sum of RGB (Red+Green+Blue) = 179+33+178=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B321B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B321B2 is #4CDE4D. Grayscale: #5C5C5C. Windows color (decimal): -5037646 or 11674035. OLE color: 11674035.
HSL color Cylindrical-coordinate representation of color #B321B2: hue angle of 300.41º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B321B2 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 178 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.30 |
| HSL | 300.41º | 0.69% | 0.42% | - |
| HSV(B) | 300.41º | 0.82% | 0.7% | - |
| XYZ | 27.17 | 13.89 | 43.37 | - |
| YUV | 93.18 | 175.87 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 178 | 0 | 0.82 | 0.01 | 0.30 | 300.41 | 0.69 | 0.42 |
| Hex | B3 | 21 | B2 | 0 | 52 | 1 | 1E | 12C | 45 | 2A |
| Octal | 263 | 41 | 262 | 0 | 122 | 1 | 36 | 454 | 105 | 52 |
| Binary | 10110011 | 100001 | 10110010 | 0 | 1010010 | 1 | 11110 | 100101100 | 1000101 | 101010 |
Color Harmonies of #B321B2
Complementary color
Monochromatic Colors of #B321B2
Black with #B321B2
Text Example
Text Example
White with #B321B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B321B2; }
p { color: rgb(179,33,178); }
H1.HeaderClassName
{
color: #B321B2;
}
.AnyTagClassName
{
color: #B321B2;
}
</style>
background-color css
<style>
a { background-color: #B321B2; }
a { background-color: rgb(179,33,178); }
div.DivClassName
{
background-color: #B321B2;
}
.BgClassName
{
background-color: #B321B2;
}
</style>
border-color css
<style>
span { border-color: #B321B2; }
span { border-color: rgb(179,33,178); }
td.TdClassName
{
border-color: #B321B2;
}
.TagClassName
{
border-color: #B321B2;
}
</style>