Shades of Deep Magenta #B317D3
Tints of Deep Magenta #B317D3
RGB
CMYK
RGB Variations
Color information
#B317D3 (or 0xB317D3) is known color: Deep Magenta. HEX triplet: B3, 17 and D3. RGB value is (179,23,211). Sum of RGB (Red+Green+Blue) = 179+23+211=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 23 (9.38% from 255 or 5.57% from 413); Blue value is 211 (82.81% from 255 or 51.09% from 413); Max value from RGB is 211 - color contains mainly: blue. Hex color #B317D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B317D3 is #4CE82C. Grayscale: #5A5A5A. Windows color (decimal): -5040173 or 13834163. OLE color: 13834163.
HSL color Cylindrical-coordinate representation of color #B317D3: hue angle of 289.79º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B317D3 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 23 | 211 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.17 |
| HSL | 289.79º | 0.8% | 0.46% | - |
| HSV(B) | 289.79º | 0.89% | 0.83% | - |
| XYZ | 30.65 | 14.9 | 62.89 | - |
| YUV | 91.08 | 195.68 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 211 | 0.15 | 0.89 | 0 | 0.17 | 289.79 | 0.8 | 0.46 |
| Hex | B3 | 17 | D3 | F | 59 | 0 | 11 | 122 | 50 | 2E |
| Octal | 263 | 27 | 323 | 17 | 131 | 0 | 21 | 442 | 120 | 56 |
| Binary | 10110011 | 10111 | 11010011 | 1111 | 1011001 | 0 | 10001 | 100100010 | 1010000 | 101110 |
Color Harmonies of #B317D3
Complementary color
Monochromatic Colors of #B317D3
Black with #B317D3
Text Example
Text Example
White with #B317D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B317D3; }
p { color: rgb(179,23,211); }
H1.HeaderClassName
{
color: #B317D3;
}
.AnyTagClassName
{
color: #B317D3;
}
</style>
background-color css
<style>
a { background-color: #B317D3; }
a { background-color: rgb(179,23,211); }
div.DivClassName
{
background-color: #B317D3;
}
.BgClassName
{
background-color: #B317D3;
}
</style>
border-color css
<style>
span { border-color: #B317D3; }
span { border-color: rgb(179,23,211); }
td.TdClassName
{
border-color: #B317D3;
}
.TagClassName
{
border-color: #B317D3;
}
</style>