Shades of Deep Magenta #B31DB4
Tints of Deep Magenta #B31DB4
RGB
CMYK
RGB Variations
Color information
#B31DB4 (or 0xB31DB4) is known color: Deep Magenta. HEX triplet: B3, 1D and B4. RGB value is (179,29,180). Sum of RGB (Red+Green+Blue) = 179+29+180=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 180 (70.70% from 255 or 46.39% from 388); Max value from RGB is 180 - color contains mainly: blue. Hex color #B31DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DB4 is #4CE24B. Grayscale: #5A5A5A. Windows color (decimal): -5038668 or 11804083. OLE color: 11804083.
HSL color Cylindrical-coordinate representation of color #B31DB4: hue angle of 299.6º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31DB4 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 29 | 180 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.29 |
| HSL | 299.6º | 0.72% | 0.41% | - |
| HSV(B) | 299.6º | 0.84% | 0.71% | - |
| XYZ | 27.27 | 13.76 | 44.4 | - |
| YUV | 91.06 | 178.2 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 180 | 0.01 | 0.84 | 0 | 0.29 | 299.6 | 0.72 | 0.41 |
| Hex | B3 | 1D | B4 | 1 | 54 | 0 | 1D | 12C | 48 | 29 |
| Octal | 263 | 35 | 264 | 1 | 124 | 0 | 35 | 454 | 110 | 51 |
| Binary | 10110011 | 11101 | 10110100 | 1 | 1010100 | 0 | 11101 | 100101100 | 1001000 | 101001 |
Color Harmonies of #B31DB4
Complementary color
Monochromatic Colors of #B31DB4
Black with #B31DB4
Text Example
Text Example
White with #B31DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DB4; }
p { color: rgb(179,29,180); }
H1.HeaderClassName
{
color: #B31DB4;
}
.AnyTagClassName
{
color: #B31DB4;
}
</style>
background-color css
<style>
a { background-color: #B31DB4; }
a { background-color: rgb(179,29,180); }
div.DivClassName
{
background-color: #B31DB4;
}
.BgClassName
{
background-color: #B31DB4;
}
</style>
border-color css
<style>
span { border-color: #B31DB4; }
span { border-color: rgb(179,29,180); }
td.TdClassName
{
border-color: #B31DB4;
}
.TagClassName
{
border-color: #B31DB4;
}
</style>