Shades of Deep Magenta #B508AD
Tints of Deep Magenta #B508AD
RGB
CMYK
RGB Variations
Color information
#B508AD (or 0xB508AD) is known color: Deep Magenta. HEX triplet: B5, 08 and AD. RGB value is (181,8,173). Sum of RGB (Red+Green+Blue) = 181+8+173=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B508AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B508AD is #4AF752. Grayscale: #4E4E4E. Windows color (decimal): -4912979 or 11339957. OLE color: 11339957.
HSL color Cylindrical-coordinate representation of color #B508AD: hue angle of 302.77º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B508AD is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 8 | 173 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.29 |
| HSL | 302.77º | 0.92% | 0.37% | - |
| HSV(B) | 302.77º | 0.96% | 0.71% | - |
| XYZ | 26.69 | 13.01 | 40.64 | - |
| YUV | 78.54 | 181.31 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 173 | 0 | 0.96 | 0.04 | 0.29 | 302.77 | 0.92 | 0.37 |
| Hex | B5 | 8 | AD | 0 | 60 | 4 | 1D | 12F | 5C | 25 |
| Octal | 265 | 10 | 255 | 0 | 140 | 4 | 35 | 457 | 134 | 45 |
| Binary | 10110101 | 1000 | 10101101 | 0 | 1100000 | 100 | 11101 | 100101111 | 1011100 | 100101 |
Color Harmonies of #B508AD
Complementary color
Monochromatic Colors of #B508AD
Black with #B508AD
Text Example
Text Example
White with #B508AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B508AD; }
p { color: rgb(181,8,173); }
H1.HeaderClassName
{
color: #B508AD;
}
.AnyTagClassName
{
color: #B508AD;
}
</style>
background-color css
<style>
a { background-color: #B508AD; }
a { background-color: rgb(181,8,173); }
div.DivClassName
{
background-color: #B508AD;
}
.BgClassName
{
background-color: #B508AD;
}
</style>
border-color css
<style>
span { border-color: #B508AD; }
span { border-color: rgb(181,8,173); }
td.TdClassName
{
border-color: #B508AD;
}
.TagClassName
{
border-color: #B508AD;
}
</style>