Shades of Deep Magenta #B721B9
Tints of Deep Magenta #B721B9
RGB
CMYK
RGB Variations
Color information
#B721B9 (or 0xB721B9) is known color: Deep Magenta. HEX triplet: B7, 21 and B9. RGB value is (183,33,185). Sum of RGB (Red+Green+Blue) = 183+33+185=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 185 - color contains mainly: blue. Hex color #B721B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B721B9 is #48DE46. Grayscale: #5E5E5E. Windows color (decimal): -4775495 or 12132791. OLE color: 12132791.
HSL color Cylindrical-coordinate representation of color #B721B9: hue angle of 299.21º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B721B9 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 33 | 185 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.27 |
| HSL | 299.21º | 0.7% | 0.43% | - |
| HSV(B) | 299.21º | 0.82% | 0.73% | - |
| XYZ | 28.83 | 14.66 | 47.21 | - |
| YUV | 95.18 | 178.7 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 185 | 0.01 | 0.82 | 0 | 0.27 | 299.21 | 0.7 | 0.43 |
| Hex | B7 | 21 | B9 | 1 | 52 | 0 | 1B | 12B | 46 | 2B |
| Octal | 267 | 41 | 271 | 1 | 122 | 0 | 33 | 453 | 106 | 53 |
| Binary | 10110111 | 100001 | 10111001 | 1 | 1010010 | 0 | 11011 | 100101011 | 1000110 | 101011 |
Color Harmonies of #B721B9
Complementary color
Monochromatic Colors of #B721B9
Black with #B721B9
Text Example
Text Example
White with #B721B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721B9; }
p { color: rgb(183,33,185); }
H1.HeaderClassName
{
color: #B721B9;
}
.AnyTagClassName
{
color: #B721B9;
}
</style>
background-color css
<style>
a { background-color: #B721B9; }
a { background-color: rgb(183,33,185); }
div.DivClassName
{
background-color: #B721B9;
}
.BgClassName
{
background-color: #B721B9;
}
</style>
border-color css
<style>
span { border-color: #B721B9; }
span { border-color: rgb(183,33,185); }
td.TdClassName
{
border-color: #B721B9;
}
.TagClassName
{
border-color: #B721B9;
}
</style>