Shades of Deep Magenta #B31DB3
Tints of Deep Magenta #B31DB3
RGB
CMYK
RGB Variations
Color information
#B31DB3 (or 0xB31DB3) is known color: Deep Magenta. HEX triplet: B3, 1D and B3. RGB value is (179,29,179). Sum of RGB (Red+Green+Blue) = 179+29+179=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B31DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DB3 is #4CE24C. Grayscale: #5A5A5A. Windows color (decimal): -5038669 or 11738547. OLE color: 11738547.
HSL color Cylindrical-coordinate representation of color #B31DB3: hue angle of 300º degrees, saturation: 0.72, 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 #B31DB3 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 179 | - |
| CMYK | 0 | 0.84 | 0 | 0.30 |
| HSL | 300º | 0.72% | 0.41% | - |
| HSV(B) | 300º | 0.84% | 0.7% | - |
| XYZ | 27.17 | 13.72 | 43.86 | - |
| YUV | 90.95 | 177.7 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 179 | 0 | 0.84 | 0 | 0.30 | 300 | 0.72 | 0.41 |
| Hex | B3 | 1D | B3 | 0 | 54 | 0 | 1E | 12C | 48 | 29 |
| Octal | 263 | 35 | 263 | 0 | 124 | 0 | 36 | 454 | 110 | 51 |
| Binary | 10110011 | 11101 | 10110011 | 0 | 1010100 | 0 | 11110 | 100101100 | 1001000 | 101001 |
Color Harmonies of #B31DB3
Complementary color
Monochromatic Colors of #B31DB3
Black with #B31DB3
Text Example
Text Example
White with #B31DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DB3; }
p { color: rgb(179,29,179); }
H1.HeaderClassName
{
color: #B31DB3;
}
.AnyTagClassName
{
color: #B31DB3;
}
</style>
background-color css
<style>
a { background-color: #B31DB3; }
a { background-color: rgb(179,29,179); }
div.DivClassName
{
background-color: #B31DB3;
}
.BgClassName
{
background-color: #B31DB3;
}
</style>
border-color css
<style>
span { border-color: #B31DB3; }
span { border-color: rgb(179,29,179); }
td.TdClassName
{
border-color: #B31DB3;
}
.TagClassName
{
border-color: #B31DB3;
}
</style>