Shades of Deep Magenta #B321B3
Tints of Deep Magenta #B321B3
RGB
CMYK
RGB Variations
Color information
#B321B3 (or 0xB321B3) is known color: Deep Magenta. HEX triplet: B3, 21 and B3. RGB value is (179,33,179). Sum of RGB (Red+Green+Blue) = 179+33+179=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B321B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B321B3 is #4CDE4C. Grayscale: #5C5C5C. Windows color (decimal): -5037645 or 11739571. OLE color: 11739571.
HSL color Cylindrical-coordinate representation of color #B321B3: hue angle of 300º 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 #B321B3 is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 179 | - |
| CMYK | 0 | 0.82 | 0 | 0.30 |
| HSL | 300º | 0.69% | 0.42% | - |
| HSV(B) | 300º | 0.82% | 0.7% | - |
| XYZ | 27.27 | 13.93 | 43.9 | - |
| YUV | 93.3 | 176.37 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 179 | 0 | 0.82 | 0 | 0.30 | 300 | 0.69 | 0.42 |
| Hex | B3 | 21 | B3 | 0 | 52 | 0 | 1E | 12C | 45 | 2A |
| Octal | 263 | 41 | 263 | 0 | 122 | 0 | 36 | 454 | 105 | 52 |
| Binary | 10110011 | 100001 | 10110011 | 0 | 1010010 | 0 | 11110 | 100101100 | 1000101 | 101010 |
Color Harmonies of #B321B3
Complementary color
Monochromatic Colors of #B321B3
Black with #B321B3
Text Example
Text Example
White with #B321B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B321B3; }
p { color: rgb(179,33,179); }
H1.HeaderClassName
{
color: #B321B3;
}
.AnyTagClassName
{
color: #B321B3;
}
</style>
background-color css
<style>
a { background-color: #B321B3; }
a { background-color: rgb(179,33,179); }
div.DivClassName
{
background-color: #B321B3;
}
.BgClassName
{
background-color: #B321B3;
}
</style>
border-color css
<style>
span { border-color: #B321B3; }
span { border-color: rgb(179,33,179); }
td.TdClassName
{
border-color: #B321B3;
}
.TagClassName
{
border-color: #B321B3;
}
</style>