Shades of Deep Magenta #B821B7
Tints of Deep Magenta #B821B7
RGB
CMYK
RGB Variations
Color information
#B821B7 (or 0xB821B7) is known color: Deep Magenta. HEX triplet: B8, 21 and B7. RGB value is (184,33,183). Sum of RGB (Red+Green+Blue) = 184+33+183=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 183 (71.88% from 255 or 45.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B821B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B821B7 is #47DE48. Grayscale: #5E5E5E. Windows color (decimal): -4709961 or 12001720. OLE color: 12001720.
HSL color Cylindrical-coordinate representation of color #B821B7: hue angle of 300.4º 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 #B821B7 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 33 | 183 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.28 |
| HSL | 300.4º | 0.7% | 0.43% | - |
| HSV(B) | 300.4º | 0.82% | 0.72% | - |
| XYZ | 28.86 | 14.7 | 46.12 | - |
| YUV | 95.25 | 177.53 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 183 | 0 | 0.82 | 0.01 | 0.28 | 300.4 | 0.7 | 0.43 |
| Hex | B8 | 21 | B7 | 0 | 52 | 1 | 1C | 12C | 46 | 2B |
| Octal | 270 | 41 | 267 | 0 | 122 | 1 | 34 | 454 | 106 | 53 |
| Binary | 10111000 | 100001 | 10110111 | 0 | 1010010 | 1 | 11100 | 100101100 | 1000110 | 101011 |
Color Harmonies of #B821B7
Complementary color
Monochromatic Colors of #B821B7
Black with #B821B7
Text Example
Text Example
White with #B821B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B821B7; }
p { color: rgb(184,33,183); }
H1.HeaderClassName
{
color: #B821B7;
}
.AnyTagClassName
{
color: #B821B7;
}
</style>
background-color css
<style>
a { background-color: #B821B7; }
a { background-color: rgb(184,33,183); }
div.DivClassName
{
background-color: #B821B7;
}
.BgClassName
{
background-color: #B821B7;
}
</style>
border-color css
<style>
span { border-color: #B821B7; }
span { border-color: rgb(184,33,183); }
td.TdClassName
{
border-color: #B821B7;
}
.TagClassName
{
border-color: #B821B7;
}
</style>