Shades of Deep Magenta #B31ACB
Tints of Deep Magenta #B31ACB
RGB
CMYK
RGB Variations
Color information
#B31ACB (or 0xB31ACB) is known color: Deep Magenta. HEX triplet: B3, 1A and CB. RGB value is (179,26,203). Sum of RGB (Red+Green+Blue) = 179+26+203=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #B31ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31ACB is #4CE534. Grayscale: #5B5B5B. Windows color (decimal): -5039413 or 13310643. OLE color: 13310643.
HSL color Cylindrical-coordinate representation of color #B31ACB: hue angle of 291.86º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31ACB is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 26 | 203 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.20 |
| HSL | 291.86º | 0.77% | 0.45% | - |
| HSV(B) | 291.86º | 0.87% | 0.8% | - |
| XYZ | 29.74 | 14.63 | 57.76 | - |
| YUV | 91.93 | 190.69 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 203 | 0.12 | 0.87 | 0 | 0.20 | 291.86 | 0.77 | 0.45 |
| Hex | B3 | 1A | CB | C | 57 | 0 | 14 | 124 | 4D | 2D |
| Octal | 263 | 32 | 313 | 14 | 127 | 0 | 24 | 444 | 115 | 55 |
| Binary | 10110011 | 11010 | 11001011 | 1100 | 1010111 | 0 | 10100 | 100100100 | 1001101 | 101101 |
Color Harmonies of #B31ACB
Complementary color
Monochromatic Colors of #B31ACB
Black with #B31ACB
Text Example
Text Example
White with #B31ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31ACB; }
p { color: rgb(179,26,203); }
H1.HeaderClassName
{
color: #B31ACB;
}
.AnyTagClassName
{
color: #B31ACB;
}
</style>
background-color css
<style>
a { background-color: #B31ACB; }
a { background-color: rgb(179,26,203); }
div.DivClassName
{
background-color: #B31ACB;
}
.BgClassName
{
background-color: #B31ACB;
}
</style>
border-color css
<style>
span { border-color: #B31ACB; }
span { border-color: rgb(179,26,203); }
td.TdClassName
{
border-color: #B31ACB;
}
.TagClassName
{
border-color: #B31ACB;
}
</style>