Shades of Deep Magenta #B508A8
Tints of Deep Magenta #B508A8
RGB
CMYK
RGB Variations
Color information
#B508A8 (or 0xB508A8) is known color: Deep Magenta. HEX triplet: B5, 08 and A8. RGB value is (181,8,168). Sum of RGB (Red+Green+Blue) = 181+8+168=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 168 (66.02% from 255 or 47.06% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B508A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B508A8 is #4AF757. Grayscale: #4D4D4D. Windows color (decimal): -4912984 or 11012277. OLE color: 11012277.
HSL color Cylindrical-coordinate representation of color #B508A8: hue angle of 304.51º 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 #B508A8 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 8 | 168 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.29 |
| HSL | 304.51º | 0.92% | 0.37% | - |
| HSV(B) | 304.51º | 0.96% | 0.71% | - |
| XYZ | 26.21 | 12.82 | 38.14 | - |
| YUV | 77.97 | 178.81 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 168 | 0 | 0.96 | 0.07 | 0.29 | 304.51 | 0.92 | 0.37 |
| Hex | B5 | 8 | A8 | 0 | 60 | 7 | 1D | 131 | 5C | 25 |
| Octal | 265 | 10 | 250 | 0 | 140 | 7 | 35 | 461 | 134 | 45 |
| Binary | 10110101 | 1000 | 10101000 | 0 | 1100000 | 111 | 11101 | 100110001 | 1011100 | 100101 |
Color Harmonies of #B508A8
Complementary color
Monochromatic Colors of #B508A8
Black with #B508A8
Text Example
Text Example
White with #B508A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B508A8; }
p { color: rgb(181,8,168); }
H1.HeaderClassName
{
color: #B508A8;
}
.AnyTagClassName
{
color: #B508A8;
}
</style>
background-color css
<style>
a { background-color: #B508A8; }
a { background-color: rgb(181,8,168); }
div.DivClassName
{
background-color: #B508A8;
}
.BgClassName
{
background-color: #B508A8;
}
</style>
border-color css
<style>
span { border-color: #B508A8; }
span { border-color: rgb(181,8,168); }
td.TdClassName
{
border-color: #B508A8;
}
.TagClassName
{
border-color: #B508A8;
}
</style>