Shades of Deep Magenta #B319C6
Tints of Deep Magenta #B319C6
RGB
CMYK
RGB Variations
Color information
#B319C6 (or 0xB319C6) is known color: Deep Magenta. HEX triplet: B3, 19 and C6. RGB value is (179,25,198). Sum of RGB (Red+Green+Blue) = 179+25+198=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 198 (77.73% from 255 or 49.25% from 402); Max value from RGB is 198 - color contains mainly: blue. Hex color #B319C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B319C6 is #4CE639. Grayscale: #5A5A5A. Windows color (decimal): -5039674 or 12982707. OLE color: 12982707.
HSL color Cylindrical-coordinate representation of color #B319C6: hue angle of 293.41º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B319C6 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 25 | 198 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.22 |
| HSL | 293.41º | 0.78% | 0.44% | - |
| HSV(B) | 293.41º | 0.87% | 0.78% | - |
| XYZ | 29.13 | 14.36 | 54.66 | - |
| YUV | 90.77 | 188.52 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 198 | 0.10 | 0.87 | 0 | 0.22 | 293.41 | 0.78 | 0.44 |
| Hex | B3 | 19 | C6 | A | 57 | 0 | 16 | 125 | 4E | 2C |
| Octal | 263 | 31 | 306 | 12 | 127 | 0 | 26 | 445 | 116 | 54 |
| Binary | 10110011 | 11001 | 11000110 | 1010 | 1010111 | 0 | 10110 | 100100101 | 1001110 | 101100 |
Color Harmonies of #B319C6
Complementary color
Monochromatic Colors of #B319C6
Black with #B319C6
Text Example
Text Example
White with #B319C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B319C6; }
p { color: rgb(179,25,198); }
H1.HeaderClassName
{
color: #B319C6;
}
.AnyTagClassName
{
color: #B319C6;
}
</style>
background-color css
<style>
a { background-color: #B319C6; }
a { background-color: rgb(179,25,198); }
div.DivClassName
{
background-color: #B319C6;
}
.BgClassName
{
background-color: #B319C6;
}
</style>
border-color css
<style>
span { border-color: #B319C6; }
span { border-color: rgb(179,25,198); }
td.TdClassName
{
border-color: #B319C6;
}
.TagClassName
{
border-color: #B319C6;
}
</style>