Shades of Deep Magenta #B723AF
Tints of Deep Magenta #B723AF
RGB
CMYK
RGB Variations
Color information
#B723AF (or 0xB723AF) is known color: Deep Magenta. HEX triplet: B7, 23 and AF. RGB value is (183,35,175). Sum of RGB (Red+Green+Blue) = 183+35+175=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B723AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B723AF is #48DC50. Grayscale: #5E5E5E. Windows color (decimal): -4774993 or 11477943. OLE color: 11477943.
HSL color Cylindrical-coordinate representation of color #B723AF: hue angle of 303.24º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B723AF is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 35 | 175 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.28 |
| HSL | 303.24º | 0.68% | 0.43% | - |
| HSV(B) | 303.24º | 0.81% | 0.72% | - |
| XYZ | 27.87 | 14.36 | 41.86 | - |
| YUV | 95.21 | 173.03 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 35 | 175 | 0 | 0.81 | 0.04 | 0.28 | 303.24 | 0.68 | 0.43 |
| Hex | B7 | 23 | AF | 0 | 51 | 4 | 1C | 12F | 44 | 2B |
| Octal | 267 | 43 | 257 | 0 | 121 | 4 | 34 | 457 | 104 | 53 |
| Binary | 10110111 | 100011 | 10101111 | 0 | 1010001 | 100 | 11100 | 100101111 | 1000100 | 101011 |
Color Harmonies of #B723AF
Complementary color
Monochromatic Colors of #B723AF
Black with #B723AF
Text Example
Text Example
White with #B723AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B723AF; }
p { color: rgb(183,35,175); }
H1.HeaderClassName
{
color: #B723AF;
}
.AnyTagClassName
{
color: #B723AF;
}
</style>
background-color css
<style>
a { background-color: #B723AF; }
a { background-color: rgb(183,35,175); }
div.DivClassName
{
background-color: #B723AF;
}
.BgClassName
{
background-color: #B723AF;
}
</style>
border-color css
<style>
span { border-color: #B723AF; }
span { border-color: rgb(183,35,175); }
td.TdClassName
{
border-color: #B723AF;
}
.TagClassName
{
border-color: #B723AF;
}
</style>