Shades of Deep Magenta #B721BE
Tints of Deep Magenta #B721BE
RGB
CMYK
RGB Variations
Color information
#B721BE (or 0xB721BE) is known color: Deep Magenta. HEX triplet: B7, 21 and BE. RGB value is (183,33,190). Sum of RGB (Red+Green+Blue) = 183+33+190=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #B721BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B721BE is #48DE41. Grayscale: #5F5F5F. Windows color (decimal): -4775490 or 12460471. OLE color: 12460471.
HSL color Cylindrical-coordinate representation of color #B721BE: hue angle of 297.32º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B721BE is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 33 | 190 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.25 |
| HSL | 297.32º | 0.7% | 0.44% | - |
| HSV(B) | 297.32º | 0.83% | 0.75% | - |
| XYZ | 29.37 | 14.87 | 50.04 | - |
| YUV | 95.75 | 181.2 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 190 | 0.04 | 0.83 | 0 | 0.25 | 297.32 | 0.7 | 0.44 |
| Hex | B7 | 21 | BE | 4 | 53 | 0 | 19 | 129 | 46 | 2C |
| Octal | 267 | 41 | 276 | 4 | 123 | 0 | 31 | 451 | 106 | 54 |
| Binary | 10110111 | 100001 | 10111110 | 100 | 1010011 | 0 | 11001 | 100101001 | 1000110 | 101100 |
Color Harmonies of #B721BE
Complementary color
Monochromatic Colors of #B721BE
Black with #B721BE
Text Example
Text Example
White with #B721BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721BE; }
p { color: rgb(183,33,190); }
H1.HeaderClassName
{
color: #B721BE;
}
.AnyTagClassName
{
color: #B721BE;
}
</style>
background-color css
<style>
a { background-color: #B721BE; }
a { background-color: rgb(183,33,190); }
div.DivClassName
{
background-color: #B721BE;
}
.BgClassName
{
background-color: #B721BE;
}
</style>
border-color css
<style>
span { border-color: #B721BE; }
span { border-color: rgb(183,33,190); }
td.TdClassName
{
border-color: #B721BE;
}
.TagClassName
{
border-color: #B721BE;
}
</style>