Shades of Deep Magenta #B506A7
Tints of Deep Magenta #B506A7
RGB
CMYK
RGB Variations
Color information
#B506A7 (or 0xB506A7) is known color: Deep Magenta. HEX triplet: B5, 06 and A7. RGB value is (181,6,167). Sum of RGB (Red+Green+Blue) = 181+6+167=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 167 (65.62% from 255 or 47.18% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B506A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B506A7 is #4AF958. Grayscale: #4C4C4C. Windows color (decimal): -4913497 or 10946229. OLE color: 10946229.
HSL color Cylindrical-coordinate representation of color #B506A7: hue angle of 304.8º 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 #B506A7 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 6 | 167 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.29 |
| HSL | 304.8º | 0.94% | 0.37% | - |
| HSV(B) | 304.8º | 0.97% | 0.71% | - |
| XYZ | 26.1 | 12.74 | 37.64 | - |
| YUV | 76.68 | 178.98 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 167 | 0 | 0.97 | 0.08 | 0.29 | 304.8 | 0.94 | 0.37 |
| Hex | B5 | 6 | A7 | 0 | 61 | 8 | 1D | 131 | 5E | 25 |
| Octal | 265 | 6 | 247 | 0 | 141 | 10 | 35 | 461 | 136 | 45 |
| Binary | 10110101 | 110 | 10100111 | 0 | 1100001 | 1000 | 11101 | 100110001 | 1011110 | 100101 |
Color Harmonies of #B506A7
Complementary color
Monochromatic Colors of #B506A7
Black with #B506A7
Text Example
Text Example
White with #B506A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B506A7; }
p { color: rgb(181,6,167); }
H1.HeaderClassName
{
color: #B506A7;
}
.AnyTagClassName
{
color: #B506A7;
}
</style>
background-color css
<style>
a { background-color: #B506A7; }
a { background-color: rgb(181,6,167); }
div.DivClassName
{
background-color: #B506A7;
}
.BgClassName
{
background-color: #B506A7;
}
</style>
border-color css
<style>
span { border-color: #B506A7; }
span { border-color: rgb(181,6,167); }
td.TdClassName
{
border-color: #B506A7;
}
.TagClassName
{
border-color: #B506A7;
}
</style>