Shades of Deep Magenta #B501A6
Tints of Deep Magenta #B501A6
RGB
CMYK
RGB Variations
Color information
#B501A6 (or 0xB501A6) is known color: Deep Magenta. HEX triplet: B5, 01 and A6. RGB value is (181,1,166). Sum of RGB (Red+Green+Blue) = 181+1+166=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 166 (65.23% from 255 or 47.70% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B501A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B501A6 is #4AFE59. Grayscale: #494949. Windows color (decimal): -4914778 or 10879413. OLE color: 10879413.
HSL color Cylindrical-coordinate representation of color #B501A6: hue angle of 305º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B501A6 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 166 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.29 |
| HSL | 305º | 0.99% | 0.36% | - |
| HSV(B) | 305º | 0.99% | 0.71% | - |
| XYZ | 25.95 | 12.6 | 37.14 | - |
| YUV | 73.63 | 180.13 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 166 | 0 | 0.99 | 0.08 | 0.29 | 305 | 0.99 | 0.36 |
| Hex | B5 | 1 | A6 | 0 | 63 | 8 | 1D | 131 | 63 | 24 |
| Octal | 265 | 1 | 246 | 0 | 143 | 10 | 35 | 461 | 143 | 44 |
| Binary | 10110101 | 1 | 10100110 | 0 | 1100011 | 1000 | 11101 | 100110001 | 1100011 | 100100 |
Color Harmonies of #B501A6
Complementary color
Monochromatic Colors of #B501A6
Black with #B501A6
Text Example
Text Example
White with #B501A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B501A6; }
p { color: rgb(181,1,166); }
H1.HeaderClassName
{
color: #B501A6;
}
.AnyTagClassName
{
color: #B501A6;
}
</style>
background-color css
<style>
a { background-color: #B501A6; }
a { background-color: rgb(181,1,166); }
div.DivClassName
{
background-color: #B501A6;
}
.BgClassName
{
background-color: #B501A6;
}
</style>
border-color css
<style>
span { border-color: #B501A6; }
span { border-color: rgb(181,1,166); }
td.TdClassName
{
border-color: #B501A6;
}
.TagClassName
{
border-color: #B501A6;
}
</style>