Shades of Deep Magenta #B319CC
Tints of Deep Magenta #B319CC
RGB
CMYK
RGB Variations
Color information
#B319CC (or 0xB319CC) is known color: Deep Magenta. HEX triplet: B3, 19 and CC. RGB value is (179,25,204). Sum of RGB (Red+Green+Blue) = 179+25+204=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #B319CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B319CC is #4CE633. Grayscale: #5A5A5A. Windows color (decimal): -5039668 or 13375923. OLE color: 13375923.
HSL color Cylindrical-coordinate representation of color #B319CC: hue angle of 291.62º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B319CC is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 25 | 204 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.2 |
| HSL | 291.62º | 0.78% | 0.45% | - |
| HSV(B) | 291.62º | 0.88% | 0.8% | - |
| XYZ | 29.84 | 14.64 | 58.38 | - |
| YUV | 91.45 | 191.52 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 204 | 0.12 | 0.88 | 0 | 0.2 | 291.62 | 0.78 | 0.45 |
| Hex | B3 | 19 | CC | C | 58 | 0 | 14 | 124 | 4E | 2D |
| Octal | 263 | 31 | 314 | 14 | 130 | 0 | 24 | 444 | 116 | 55 |
| Binary | 10110011 | 11001 | 11001100 | 1100 | 1011000 | 0 | 10100 | 100100100 | 1001110 | 101101 |
Color Harmonies of #B319CC
Complementary color
Monochromatic Colors of #B319CC
Black with #B319CC
Text Example
Text Example
White with #B319CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B319CC; }
p { color: rgb(179,25,204); }
H1.HeaderClassName
{
color: #B319CC;
}
.AnyTagClassName
{
color: #B319CC;
}
</style>
background-color css
<style>
a { background-color: #B319CC; }
a { background-color: rgb(179,25,204); }
div.DivClassName
{
background-color: #B319CC;
}
.BgClassName
{
background-color: #B319CC;
}
</style>
border-color css
<style>
span { border-color: #B319CC; }
span { border-color: rgb(179,25,204); }
td.TdClassName
{
border-color: #B319CC;
}
.TagClassName
{
border-color: #B319CC;
}
</style>