Shades of Deep Magenta #B319CF
Tints of Deep Magenta #B319CF
RGB
CMYK
RGB Variations
Color information
#B319CF (or 0xB319CF) is known color: Deep Magenta. HEX triplet: B3, 19 and CF. RGB value is (179,25,207). Sum of RGB (Red+Green+Blue) = 179+25+207=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #B319CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B319CF is #4CE630. Grayscale: #5B5B5B. Windows color (decimal): -5039665 or 13572531. OLE color: 13572531.
HSL color Cylindrical-coordinate representation of color #B319CF: hue angle of 290.77º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B319CF is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 25 | 207 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.19 |
| HSL | 290.77º | 0.78% | 0.45% | - |
| HSV(B) | 290.77º | 0.88% | 0.81% | - |
| XYZ | 30.2 | 14.78 | 60.29 | - |
| YUV | 91.79 | 193.02 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 207 | 0.14 | 0.88 | 0 | 0.19 | 290.77 | 0.78 | 0.45 |
| Hex | B3 | 19 | CF | E | 58 | 0 | 13 | 123 | 4E | 2D |
| Octal | 263 | 31 | 317 | 16 | 130 | 0 | 23 | 443 | 116 | 55 |
| Binary | 10110011 | 11001 | 11001111 | 1110 | 1011000 | 0 | 10011 | 100100011 | 1001110 | 101101 |
Color Harmonies of #B319CF
Complementary color
Monochromatic Colors of #B319CF
Black with #B319CF
Text Example
Text Example
White with #B319CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B319CF; }
p { color: rgb(179,25,207); }
H1.HeaderClassName
{
color: #B319CF;
}
.AnyTagClassName
{
color: #B319CF;
}
</style>
background-color css
<style>
a { background-color: #B319CF; }
a { background-color: rgb(179,25,207); }
div.DivClassName
{
background-color: #B319CF;
}
.BgClassName
{
background-color: #B319CF;
}
</style>
border-color css
<style>
span { border-color: #B319CF; }
span { border-color: rgb(179,25,207); }
td.TdClassName
{
border-color: #B319CF;
}
.TagClassName
{
border-color: #B319CF;
}
</style>