Shades of Deep Magenta #B523AF
Tints of Deep Magenta #B523AF
RGB
CMYK
RGB Variations
Color information
#B523AF (or 0xB523AF) is known color: Deep Magenta. HEX triplet: B5, 23 and AF. RGB value is (181,35,175). Sum of RGB (Red+Green+Blue) = 181+35+175=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B523AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B523AF is #4ADC50. Grayscale: #5E5E5E. Windows color (decimal): -4906065 or 11477941. OLE color: 11477941.
HSL color Cylindrical-coordinate representation of color #B523AF: hue angle of 302.47º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B523AF is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 175 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.29 |
| HSL | 302.47º | 0.68% | 0.42% | - |
| HSV(B) | 302.47º | 0.81% | 0.71% | - |
| XYZ | 27.39 | 14.12 | 41.84 | - |
| YUV | 94.61 | 173.37 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 175 | 0 | 0.81 | 0.03 | 0.29 | 302.47 | 0.68 | 0.42 |
| Hex | B5 | 23 | AF | 0 | 51 | 3 | 1D | 12E | 44 | 2A |
| Octal | 265 | 43 | 257 | 0 | 121 | 3 | 35 | 456 | 104 | 52 |
| Binary | 10110101 | 100011 | 10101111 | 0 | 1010001 | 11 | 11101 | 100101110 | 1000100 | 101010 |
Color Harmonies of #B523AF
Complementary color
Monochromatic Colors of #B523AF
Black with #B523AF
Text Example
Text Example
White with #B523AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B523AF; }
p { color: rgb(181,35,175); }
H1.HeaderClassName
{
color: #B523AF;
}
.AnyTagClassName
{
color: #B523AF;
}
</style>
background-color css
<style>
a { background-color: #B523AF; }
a { background-color: rgb(181,35,175); }
div.DivClassName
{
background-color: #B523AF;
}
.BgClassName
{
background-color: #B523AF;
}
</style>
border-color css
<style>
span { border-color: #B523AF; }
span { border-color: rgb(181,35,175); }
td.TdClassName
{
border-color: #B523AF;
}
.TagClassName
{
border-color: #B523AF;
}
</style>