Shades of Deep Magenta #B722BC
Tints of Deep Magenta #B722BC
RGB
CMYK
RGB Variations
Color information
#B722BC (or 0xB722BC) is known color: Deep Magenta. HEX triplet: B7, 22 and BC. RGB value is (183,34,188). Sum of RGB (Red+Green+Blue) = 183+34+188=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #B722BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B722BC is #48DD43. Grayscale: #5F5F5F. Windows color (decimal): -4775236 or 12329655. OLE color: 12329655.
HSL color Cylindrical-coordinate representation of color #B722BC: hue angle of 298.05º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B722BC is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 34 | 188 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.26 |
| HSL | 298.05º | 0.69% | 0.44% | - |
| HSV(B) | 298.05º | 0.82% | 0.74% | - |
| XYZ | 29.18 | 14.84 | 48.9 | - |
| YUV | 96.11 | 179.86 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 188 | 0.03 | 0.82 | 0 | 0.26 | 298.05 | 0.69 | 0.44 |
| Hex | B7 | 22 | BC | 3 | 52 | 0 | 1A | 12A | 45 | 2C |
| Octal | 267 | 42 | 274 | 3 | 122 | 0 | 32 | 452 | 105 | 54 |
| Binary | 10110111 | 100010 | 10111100 | 11 | 1010010 | 0 | 11010 | 100101010 | 1000101 | 101100 |
Color Harmonies of #B722BC
Complementary color
Monochromatic Colors of #B722BC
Black with #B722BC
Text Example
Text Example
White with #B722BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B722BC; }
p { color: rgb(183,34,188); }
H1.HeaderClassName
{
color: #B722BC;
}
.AnyTagClassName
{
color: #B722BC;
}
</style>
background-color css
<style>
a { background-color: #B722BC; }
a { background-color: rgb(183,34,188); }
div.DivClassName
{
background-color: #B722BC;
}
.BgClassName
{
background-color: #B722BC;
}
</style>
border-color css
<style>
span { border-color: #B722BC; }
span { border-color: rgb(183,34,188); }
td.TdClassName
{
border-color: #B722BC;
}
.TagClassName
{
border-color: #B722BC;
}
</style>