Shades of Deep Magenta #B721BC
Tints of Deep Magenta #B721BC
RGB
CMYK
RGB Variations
Color information
#B721BC (or 0xB721BC) is known color: Deep Magenta. HEX triplet: B7, 21 and BC. RGB value is (183,33,188). Sum of RGB (Red+Green+Blue) = 183+33+188=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #B721BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B721BC is #48DE43. Grayscale: #5F5F5F. Windows color (decimal): -4775492 or 12329399. OLE color: 12329399.
HSL color Cylindrical-coordinate representation of color #B721BC: hue angle of 298.06º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B721BC is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 33 | 188 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.26 |
| HSL | 298.06º | 0.7% | 0.43% | - |
| HSV(B) | 298.06º | 0.82% | 0.74% | - |
| XYZ | 29.15 | 14.79 | 48.89 | - |
| YUV | 95.52 | 180.2 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 188 | 0.03 | 0.82 | 0 | 0.26 | 298.06 | 0.7 | 0.43 |
| Hex | B7 | 21 | BC | 3 | 52 | 0 | 1A | 12A | 46 | 2B |
| Octal | 267 | 41 | 274 | 3 | 122 | 0 | 32 | 452 | 106 | 53 |
| Binary | 10110111 | 100001 | 10111100 | 11 | 1010010 | 0 | 11010 | 100101010 | 1000110 | 101011 |
Color Harmonies of #B721BC
Complementary color
Monochromatic Colors of #B721BC
Black with #B721BC
Text Example
Text Example
White with #B721BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721BC; }
p { color: rgb(183,33,188); }
H1.HeaderClassName
{
color: #B721BC;
}
.AnyTagClassName
{
color: #B721BC;
}
</style>
background-color css
<style>
a { background-color: #B721BC; }
a { background-color: rgb(183,33,188); }
div.DivClassName
{
background-color: #B721BC;
}
.BgClassName
{
background-color: #B721BC;
}
</style>
border-color css
<style>
span { border-color: #B721BC; }
span { border-color: rgb(183,33,188); }
td.TdClassName
{
border-color: #B721BC;
}
.TagClassName
{
border-color: #B721BC;
}
</style>