Shades of Deep Magenta #B317BA
Tints of Deep Magenta #B317BA
RGB
CMYK
RGB Variations
Color information
#B317BA (or 0xB317BA) is known color: Deep Magenta. HEX triplet: B3, 17 and BA. RGB value is (179,23,186). Sum of RGB (Red+Green+Blue) = 179+23+186=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #B317BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B317BA is #4CE845. Grayscale: #575757. Windows color (decimal): -5040198 or 12195763. OLE color: 12195763.
HSL color Cylindrical-coordinate representation of color #B317BA: hue angle of 297.42º 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 #B317BA is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 23 | 186 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.27 |
| HSL | 297.42º | 0.78% | 0.41% | - |
| HSV(B) | 297.42º | 0.88% | 0.73% | - |
| XYZ | 27.76 | 13.74 | 47.64 | - |
| YUV | 88.23 | 183.18 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 186 | 0.04 | 0.88 | 0 | 0.27 | 297.42 | 0.78 | 0.41 |
| Hex | B3 | 17 | BA | 4 | 58 | 0 | 1B | 129 | 4E | 29 |
| Octal | 263 | 27 | 272 | 4 | 130 | 0 | 33 | 451 | 116 | 51 |
| Binary | 10110011 | 10111 | 10111010 | 100 | 1011000 | 0 | 11011 | 100101001 | 1001110 | 101001 |
Color Harmonies of #B317BA
Complementary color
Monochromatic Colors of #B317BA
Black with #B317BA
Text Example
Text Example
White with #B317BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B317BA; }
p { color: rgb(179,23,186); }
H1.HeaderClassName
{
color: #B317BA;
}
.AnyTagClassName
{
color: #B317BA;
}
</style>
background-color css
<style>
a { background-color: #B317BA; }
a { background-color: rgb(179,23,186); }
div.DivClassName
{
background-color: #B317BA;
}
.BgClassName
{
background-color: #B317BA;
}
</style>
border-color css
<style>
span { border-color: #B317BA; }
span { border-color: rgb(179,23,186); }
td.TdClassName
{
border-color: #B317BA;
}
.TagClassName
{
border-color: #B317BA;
}
</style>