Shades of Deep Magenta #B319D0
Tints of Deep Magenta #B319D0
RGB
CMYK
RGB Variations
Color information
#B319D0 (or 0xB319D0) is known color: Deep Magenta. HEX triplet: B3, 19 and D0. RGB value is (179,25,208). Sum of RGB (Red+Green+Blue) = 179+25+208=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #B319D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B319D0 is #4CE62F. Grayscale: #5B5B5B. Windows color (decimal): -5039664 or 13638067. OLE color: 13638067.
HSL color Cylindrical-coordinate representation of color #B319D0: hue angle of 290.49º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B319D0 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 25 | 208 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.18 |
| HSL | 290.49º | 0.79% | 0.46% | - |
| HSV(B) | 290.49º | 0.88% | 0.82% | - |
| XYZ | 30.32 | 14.83 | 60.94 | - |
| YUV | 91.91 | 193.52 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 208 | 0.14 | 0.88 | 0 | 0.18 | 290.49 | 0.79 | 0.46 |
| Hex | B3 | 19 | D0 | E | 58 | 0 | 12 | 122 | 4F | 2E |
| Octal | 263 | 31 | 320 | 16 | 130 | 0 | 22 | 442 | 117 | 56 |
| Binary | 10110011 | 11001 | 11010000 | 1110 | 1011000 | 0 | 10010 | 100100010 | 1001111 | 101110 |
Color Harmonies of #B319D0
Complementary color
Monochromatic Colors of #B319D0
Black with #B319D0
Text Example
Text Example
White with #B319D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B319D0; }
p { color: rgb(179,25,208); }
H1.HeaderClassName
{
color: #B319D0;
}
.AnyTagClassName
{
color: #B319D0;
}
</style>
background-color css
<style>
a { background-color: #B319D0; }
a { background-color: rgb(179,25,208); }
div.DivClassName
{
background-color: #B319D0;
}
.BgClassName
{
background-color: #B319D0;
}
</style>
border-color css
<style>
span { border-color: #B319D0; }
span { border-color: rgb(179,25,208); }
td.TdClassName
{
border-color: #B319D0;
}
.TagClassName
{
border-color: #B319D0;
}
</style>