Shades of Deep Magenta #B721B2
Tints of Deep Magenta #B721B2
RGB
CMYK
RGB Variations
Color information
#B721B2 (or 0xB721B2) is known color: Deep Magenta. HEX triplet: B7, 21 and B2. RGB value is (183,33,178). Sum of RGB (Red+Green+Blue) = 183+33+178=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B721B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B721B2 is #48DE4D. Grayscale: #5D5D5D. Windows color (decimal): -4775502 or 11674039. OLE color: 11674039.
HSL color Cylindrical-coordinate representation of color #B721B2: hue angle of 302º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B721B2 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 178 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.28 |
| HSL | 302º | 0.69% | 0.42% | - |
| HSV(B) | 302º | 0.82% | 0.72% | - |
| XYZ | 28.11 | 14.37 | 43.41 | - |
| YUV | 94.38 | 175.2 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 178 | 0 | 0.82 | 0.03 | 0.28 | 302 | 0.69 | 0.42 |
| Hex | B7 | 21 | B2 | 0 | 52 | 3 | 1C | 12E | 45 | 2A |
| Octal | 267 | 41 | 262 | 0 | 122 | 3 | 34 | 456 | 105 | 52 |
| Binary | 10110111 | 100001 | 10110010 | 0 | 1010010 | 11 | 11100 | 100101110 | 1000101 | 101010 |
Color Harmonies of #B721B2
Complementary color
Monochromatic Colors of #B721B2
Black with #B721B2
Text Example
Text Example
White with #B721B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721B2; }
p { color: rgb(183,33,178); }
H1.HeaderClassName
{
color: #B721B2;
}
.AnyTagClassName
{
color: #B721B2;
}
</style>
background-color css
<style>
a { background-color: #B721B2; }
a { background-color: rgb(183,33,178); }
div.DivClassName
{
background-color: #B721B2;
}
.BgClassName
{
background-color: #B721B2;
}
</style>
border-color css
<style>
span { border-color: #B721B2; }
span { border-color: rgb(183,33,178); }
td.TdClassName
{
border-color: #B721B2;
}
.TagClassName
{
border-color: #B721B2;
}
</style>