Shades of Deep Magenta #B506A8
Tints of Deep Magenta #B506A8
RGB
CMYK
RGB Variations
Color information
#B506A8 (or 0xB506A8) is known color: Deep Magenta. HEX triplet: B5, 06 and A8. RGB value is (181,6,168). Sum of RGB (Red+Green+Blue) = 181+6+168=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 168 (66.02% from 255 or 47.32% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B506A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B506A8 is #4AF957. Grayscale: #4C4C4C. Windows color (decimal): -4913496 or 11011765. OLE color: 11011765.
HSL color Cylindrical-coordinate representation of color #B506A8: hue angle of 304.46º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B506A8 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 6 | 168 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.29 |
| HSL | 304.46º | 0.94% | 0.37% | - |
| HSV(B) | 304.46º | 0.97% | 0.71% | - |
| XYZ | 26.19 | 12.78 | 38.13 | - |
| YUV | 76.79 | 179.48 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 168 | 0 | 0.97 | 0.07 | 0.29 | 304.46 | 0.94 | 0.37 |
| Hex | B5 | 6 | A8 | 0 | 61 | 7 | 1D | 130 | 5E | 25 |
| Octal | 265 | 6 | 250 | 0 | 141 | 7 | 35 | 460 | 136 | 45 |
| Binary | 10110101 | 110 | 10101000 | 0 | 1100001 | 111 | 11101 | 100110000 | 1011110 | 100101 |
Color Harmonies of #B506A8
Complementary color
Monochromatic Colors of #B506A8
Black with #B506A8
Text Example
Text Example
White with #B506A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B506A8; }
p { color: rgb(181,6,168); }
H1.HeaderClassName
{
color: #B506A8;
}
.AnyTagClassName
{
color: #B506A8;
}
</style>
background-color css
<style>
a { background-color: #B506A8; }
a { background-color: rgb(181,6,168); }
div.DivClassName
{
background-color: #B506A8;
}
.BgClassName
{
background-color: #B506A8;
}
</style>
border-color css
<style>
span { border-color: #B506A8; }
span { border-color: rgb(181,6,168); }
td.TdClassName
{
border-color: #B506A8;
}
.TagClassName
{
border-color: #B506A8;
}
</style>