Shades of Deep Magenta #B321B1
Tints of Deep Magenta #B321B1
RGB
CMYK
RGB Variations
Color information
#B321B1 (or 0xB321B1) is known color: Deep Magenta. HEX triplet: B3, 21 and B1. RGB value is (179,33,177). Sum of RGB (Red+Green+Blue) = 179+33+177=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B321B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B321B1 is #4CDE4E. Grayscale: #5C5C5C. Windows color (decimal): -5037647 or 11608499. OLE color: 11608499.
HSL color Cylindrical-coordinate representation of color #B321B1: hue angle of 300.82º 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 #B321B1 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 177 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.30 |
| HSL | 300.82º | 0.69% | 0.42% | - |
| HSV(B) | 300.82º | 0.82% | 0.7% | - |
| XYZ | 27.07 | 13.85 | 42.84 | - |
| YUV | 93.07 | 175.37 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 177 | 0 | 0.82 | 0.01 | 0.30 | 300.82 | 0.69 | 0.42 |
| Hex | B3 | 21 | B1 | 0 | 52 | 1 | 1E | 12D | 45 | 2A |
| Octal | 263 | 41 | 261 | 0 | 122 | 1 | 36 | 455 | 105 | 52 |
| Binary | 10110011 | 100001 | 10110001 | 0 | 1010010 | 1 | 11110 | 100101101 | 1000101 | 101010 |
Color Harmonies of #B321B1
Complementary color
Monochromatic Colors of #B321B1
Black with #B321B1
Text Example
Text Example
White with #B321B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B321B1; }
p { color: rgb(179,33,177); }
H1.HeaderClassName
{
color: #B321B1;
}
.AnyTagClassName
{
color: #B321B1;
}
</style>
background-color css
<style>
a { background-color: #B321B1; }
a { background-color: rgb(179,33,177); }
div.DivClassName
{
background-color: #B321B1;
}
.BgClassName
{
background-color: #B321B1;
}
</style>
border-color css
<style>
span { border-color: #B321B1; }
span { border-color: rgb(179,33,177); }
td.TdClassName
{
border-color: #B321B1;
}
.TagClassName
{
border-color: #B321B1;
}
</style>