Shades of Deep Magenta #B31CAC
Tints of Deep Magenta #B31CAC
RGB
CMYK
RGB Variations
Color information
#B31CAC (or 0xB31CAC) is known color: Deep Magenta. HEX triplet: B3, 1C and AC. RGB value is (179,28,172). Sum of RGB (Red+Green+Blue) = 179+28+172=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B31CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31CAC is #4CE353. Grayscale: #595959. Windows color (decimal): -5038932 or 11279539. OLE color: 11279539.
HSL color Cylindrical-coordinate representation of color #B31CAC: hue angle of 302.78º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31CAC is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 28 | 172 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.30 |
| HSL | 302.78º | 0.73% | 0.41% | - |
| HSV(B) | 302.78º | 0.84% | 0.7% | - |
| XYZ | 26.45 | 13.39 | 40.22 | - |
| YUV | 89.57 | 174.53 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 172 | 0 | 0.84 | 0.04 | 0.30 | 302.78 | 0.73 | 0.41 |
| Hex | B3 | 1C | AC | 0 | 54 | 4 | 1E | 12F | 49 | 29 |
| Octal | 263 | 34 | 254 | 0 | 124 | 4 | 36 | 457 | 111 | 51 |
| Binary | 10110011 | 11100 | 10101100 | 0 | 1010100 | 100 | 11110 | 100101111 | 1001001 | 101001 |
Color Harmonies of #B31CAC
Complementary color
Monochromatic Colors of #B31CAC
Black with #B31CAC
Text Example
Text Example
White with #B31CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31CAC; }
p { color: rgb(179,28,172); }
H1.HeaderClassName
{
color: #B31CAC;
}
.AnyTagClassName
{
color: #B31CAC;
}
</style>
background-color css
<style>
a { background-color: #B31CAC; }
a { background-color: rgb(179,28,172); }
div.DivClassName
{
background-color: #B31CAC;
}
.BgClassName
{
background-color: #B31CAC;
}
</style>
border-color css
<style>
span { border-color: #B31CAC; }
span { border-color: rgb(179,28,172); }
td.TdClassName
{
border-color: #B31CAC;
}
.TagClassName
{
border-color: #B31CAC;
}
</style>