Shades of Deep Magenta #B722BA
Tints of Deep Magenta #B722BA
RGB
CMYK
RGB Variations
Color information
#B722BA (or 0xB722BA) is known color: Deep Magenta. HEX triplet: B7, 22 and BA. RGB value is (183,34,186). Sum of RGB (Red+Green+Blue) = 183+34+186=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #B722BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B722BA is #48DD45. Grayscale: #5F5F5F. Windows color (decimal): -4775238 or 12198583. OLE color: 12198583.
HSL color Cylindrical-coordinate representation of color #B722BA: hue angle of 298.82º degrees, saturation: 0.69, 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 #B722BA is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 34 | 186 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.27 |
| HSL | 298.82º | 0.69% | 0.43% | - |
| HSV(B) | 298.82º | 0.82% | 0.73% | - |
| XYZ | 28.96 | 14.76 | 47.78 | - |
| YUV | 95.88 | 178.86 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 186 | 0.02 | 0.82 | 0 | 0.27 | 298.82 | 0.69 | 0.43 |
| Hex | B7 | 22 | BA | 2 | 52 | 0 | 1B | 12B | 45 | 2B |
| Octal | 267 | 42 | 272 | 2 | 122 | 0 | 33 | 453 | 105 | 53 |
| Binary | 10110111 | 100010 | 10111010 | 10 | 1010010 | 0 | 11011 | 100101011 | 1000101 | 101011 |
Color Harmonies of #B722BA
Complementary color
Monochromatic Colors of #B722BA
Black with #B722BA
Text Example
Text Example
White with #B722BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B722BA; }
p { color: rgb(183,34,186); }
H1.HeaderClassName
{
color: #B722BA;
}
.AnyTagClassName
{
color: #B722BA;
}
</style>
background-color css
<style>
a { background-color: #B722BA; }
a { background-color: rgb(183,34,186); }
div.DivClassName
{
background-color: #B722BA;
}
.BgClassName
{
background-color: #B722BA;
}
</style>
border-color css
<style>
span { border-color: #B722BA; }
span { border-color: rgb(183,34,186); }
td.TdClassName
{
border-color: #B722BA;
}
.TagClassName
{
border-color: #B722BA;
}
</style>