Shades of Deep Magenta #B423AD
Tints of Deep Magenta #B423AD
RGB
CMYK
RGB Variations
Color information
#B423AD (or 0xB423AD) is known color: Deep Magenta. HEX triplet: B4, 23 and AD. RGB value is (180,35,173). Sum of RGB (Red+Green+Blue) = 180+35+173=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B423AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B423AD is #4BDC52. Grayscale: #5D5D5D. Windows color (decimal): -4971603 or 11346868. OLE color: 11346868.
HSL color Cylindrical-coordinate representation of color #B423AD: hue angle of 302.9º 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 #B423AD is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 35 | 173 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.29 |
| HSL | 302.9º | 0.67% | 0.42% | - |
| HSV(B) | 302.9º | 0.81% | 0.71% | - |
| XYZ | 26.97 | 13.92 | 40.8 | - |
| YUV | 94.09 | 172.54 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 173 | 0 | 0.81 | 0.04 | 0.29 | 302.9 | 0.67 | 0.42 |
| Hex | B4 | 23 | AD | 0 | 51 | 4 | 1D | 12F | 43 | 2A |
| Octal | 264 | 43 | 255 | 0 | 121 | 4 | 35 | 457 | 103 | 52 |
| Binary | 10110100 | 100011 | 10101101 | 0 | 1010001 | 100 | 11101 | 100101111 | 1000011 | 101010 |
Color Harmonies of #B423AD
Complementary color
Monochromatic Colors of #B423AD
Black with #B423AD
Text Example
Text Example
White with #B423AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B423AD; }
p { color: rgb(180,35,173); }
H1.HeaderClassName
{
color: #B423AD;
}
.AnyTagClassName
{
color: #B423AD;
}
</style>
background-color css
<style>
a { background-color: #B423AD; }
a { background-color: rgb(180,35,173); }
div.DivClassName
{
background-color: #B423AD;
}
.BgClassName
{
background-color: #B423AD;
}
</style>
border-color css
<style>
span { border-color: #B423AD; }
span { border-color: rgb(180,35,173); }
td.TdClassName
{
border-color: #B423AD;
}
.TagClassName
{
border-color: #B423AD;
}
</style>