Shades of Deep Magenta #B821B1
Tints of Deep Magenta #B821B1
RGB
CMYK
RGB Variations
Color information
#B821B1 (or 0xB821B1) is known color: Deep Magenta. HEX triplet: B8, 21 and B1. RGB value is (184,33,177). Sum of RGB (Red+Green+Blue) = 184+33+177=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 177 (69.53% from 255 or 44.92% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B821B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B821B1 is #47DE4E. Grayscale: #5E5E5E. Windows color (decimal): -4709967 or 11608504. OLE color: 11608504.
HSL color Cylindrical-coordinate representation of color #B821B1: hue angle of 302.78º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B821B1 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 33 | 177 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.28 |
| HSL | 302.78º | 0.7% | 0.43% | - |
| HSV(B) | 302.78º | 0.82% | 0.72% | - |
| XYZ | 28.25 | 14.45 | 42.9 | - |
| YUV | 94.57 | 174.53 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 177 | 0 | 0.82 | 0.04 | 0.28 | 302.78 | 0.7 | 0.43 |
| Hex | B8 | 21 | B1 | 0 | 52 | 4 | 1C | 12F | 46 | 2B |
| Octal | 270 | 41 | 261 | 0 | 122 | 4 | 34 | 457 | 106 | 53 |
| Binary | 10111000 | 100001 | 10110001 | 0 | 1010010 | 100 | 11100 | 100101111 | 1000110 | 101011 |
Color Harmonies of #B821B1
Complementary color
Monochromatic Colors of #B821B1
Black with #B821B1
Text Example
Text Example
White with #B821B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B821B1; }
p { color: rgb(184,33,177); }
H1.HeaderClassName
{
color: #B821B1;
}
.AnyTagClassName
{
color: #B821B1;
}
</style>
background-color css
<style>
a { background-color: #B821B1; }
a { background-color: rgb(184,33,177); }
div.DivClassName
{
background-color: #B821B1;
}
.BgClassName
{
background-color: #B821B1;
}
</style>
border-color css
<style>
span { border-color: #B821B1; }
span { border-color: rgb(184,33,177); }
td.TdClassName
{
border-color: #B821B1;
}
.TagClassName
{
border-color: #B821B1;
}
</style>