Shades of Deep Magenta #B423AF
Tints of Deep Magenta #B423AF
RGB
CMYK
RGB Variations
Color information
#B423AF (or 0xB423AF) is known color: Deep Magenta. HEX triplet: B4, 23 and AF. RGB value is (180,35,175). Sum of RGB (Red+Green+Blue) = 180+35+175=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B423AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B423AF is #4BDC50. Grayscale: #5D5D5D. Windows color (decimal): -4971601 or 11477940. OLE color: 11477940.
HSL color Cylindrical-coordinate representation of color #B423AF: hue angle of 302.07º degrees, saturation: 0.67, 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 #B423AF is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 35 | 175 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.29 |
| HSL | 302.07º | 0.67% | 0.42% | - |
| HSV(B) | 302.07º | 0.81% | 0.71% | - |
| XYZ | 27.16 | 14 | 41.83 | - |
| YUV | 94.32 | 173.54 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 175 | 0 | 0.81 | 0.03 | 0.29 | 302.07 | 0.67 | 0.42 |
| Hex | B4 | 23 | AF | 0 | 51 | 3 | 1D | 12E | 43 | 2A |
| Octal | 264 | 43 | 257 | 0 | 121 | 3 | 35 | 456 | 103 | 52 |
| Binary | 10110100 | 100011 | 10101111 | 0 | 1010001 | 11 | 11101 | 100101110 | 1000011 | 101010 |
Color Harmonies of #B423AF
Complementary color
Monochromatic Colors of #B423AF
Black with #B423AF
Text Example
Text Example
White with #B423AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B423AF; }
p { color: rgb(180,35,175); }
H1.HeaderClassName
{
color: #B423AF;
}
.AnyTagClassName
{
color: #B423AF;
}
</style>
background-color css
<style>
a { background-color: #B423AF; }
a { background-color: rgb(180,35,175); }
div.DivClassName
{
background-color: #B423AF;
}
.BgClassName
{
background-color: #B423AF;
}
</style>
border-color css
<style>
span { border-color: #B423AF; }
span { border-color: rgb(180,35,175); }
td.TdClassName
{
border-color: #B423AF;
}
.TagClassName
{
border-color: #B423AF;
}
</style>