Shades of Deep Magenta #B517BA
Tints of Deep Magenta #B517BA
RGB
CMYK
RGB Variations
Color information
#B517BA (or 0xB517BA) is known color: Deep Magenta. HEX triplet: B5, 17 and BA. RGB value is (181,23,186). Sum of RGB (Red+Green+Blue) = 181+23+186=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #B517BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B517BA is #4AE845. Grayscale: #585858. Windows color (decimal): -4909126 or 12195765. OLE color: 12195765.
HSL color Cylindrical-coordinate representation of color #B517BA: hue angle of 298.16º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B517BA is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 23 | 186 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.27 |
| HSL | 298.16º | 0.78% | 0.41% | - |
| HSV(B) | 298.16º | 0.88% | 0.73% | - |
| XYZ | 28.23 | 13.98 | 47.67 | - |
| YUV | 88.82 | 182.85 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 186 | 0.03 | 0.88 | 0 | 0.27 | 298.16 | 0.78 | 0.41 |
| Hex | B5 | 17 | BA | 3 | 58 | 0 | 1B | 12A | 4E | 29 |
| Octal | 265 | 27 | 272 | 3 | 130 | 0 | 33 | 452 | 116 | 51 |
| Binary | 10110101 | 10111 | 10111010 | 11 | 1011000 | 0 | 11011 | 100101010 | 1001110 | 101001 |
Color Harmonies of #B517BA
Complementary color
Monochromatic Colors of #B517BA
Black with #B517BA
Text Example
Text Example
White with #B517BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B517BA; }
p { color: rgb(181,23,186); }
H1.HeaderClassName
{
color: #B517BA;
}
.AnyTagClassName
{
color: #B517BA;
}
</style>
background-color css
<style>
a { background-color: #B517BA; }
a { background-color: rgb(181,23,186); }
div.DivClassName
{
background-color: #B517BA;
}
.BgClassName
{
background-color: #B517BA;
}
</style>
border-color css
<style>
span { border-color: #B517BA; }
span { border-color: rgb(181,23,186); }
td.TdClassName
{
border-color: #B517BA;
}
.TagClassName
{
border-color: #B517BA;
}
</style>