Shades of Deep Magenta #B319C4
Tints of Deep Magenta #B319C4
RGB
CMYK
RGB Variations
Color information
#B319C4 (or 0xB319C4) is known color: Deep Magenta. HEX triplet: B3, 19 and C4. RGB value is (179,25,196). Sum of RGB (Red+Green+Blue) = 179+25+196=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 196 (76.95% from 255 or 49% from 400); Max value from RGB is 196 - color contains mainly: blue. Hex color #B319C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B319C4 is #4CE63B. Grayscale: #5A5A5A. Windows color (decimal): -5039676 or 12851635. OLE color: 12851635.
HSL color Cylindrical-coordinate representation of color #B319C4: hue angle of 294.04º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B319C4 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 25 | 196 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.23 |
| HSL | 294.04º | 0.77% | 0.43% | - |
| HSV(B) | 294.04º | 0.87% | 0.77% | - |
| XYZ | 28.9 | 14.26 | 53.45 | - |
| YUV | 90.54 | 187.52 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 196 | 0.09 | 0.87 | 0 | 0.23 | 294.04 | 0.77 | 0.43 |
| Hex | B3 | 19 | C4 | 9 | 57 | 0 | 17 | 126 | 4D | 2B |
| Octal | 263 | 31 | 304 | 11 | 127 | 0 | 27 | 446 | 115 | 53 |
| Binary | 10110011 | 11001 | 11000100 | 1001 | 1010111 | 0 | 10111 | 100100110 | 1001101 | 101011 |
Color Harmonies of #B319C4
Complementary color
Monochromatic Colors of #B319C4
Black with #B319C4
Text Example
Text Example
White with #B319C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B319C4; }
p { color: rgb(179,25,196); }
H1.HeaderClassName
{
color: #B319C4;
}
.AnyTagClassName
{
color: #B319C4;
}
</style>
background-color css
<style>
a { background-color: #B319C4; }
a { background-color: rgb(179,25,196); }
div.DivClassName
{
background-color: #B319C4;
}
.BgClassName
{
background-color: #B319C4;
}
</style>
border-color css
<style>
span { border-color: #B319C4; }
span { border-color: rgb(179,25,196); }
td.TdClassName
{
border-color: #B319C4;
}
.TagClassName
{
border-color: #B319C4;
}
</style>