Shades of Deep Magenta #B31DBA
Tints of Deep Magenta #B31DBA
RGB
CMYK
RGB Variations
Color information
#B31DBA (or 0xB31DBA) is known color: Deep Magenta. HEX triplet: B3, 1D and BA. RGB value is (179,29,186). Sum of RGB (Red+Green+Blue) = 179+29+186=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #B31DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DBA is #4CE245. Grayscale: #5B5B5B. Windows color (decimal): -5038662 or 12197299. OLE color: 12197299.
HSL color Cylindrical-coordinate representation of color #B31DBA: hue angle of 297.32º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31DBA is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 29 | 186 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.27 |
| HSL | 297.32º | 0.73% | 0.42% | - |
| HSV(B) | 297.32º | 0.84% | 0.73% | - |
| XYZ | 27.89 | 14.01 | 47.69 | - |
| YUV | 91.75 | 181.2 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 186 | 0.04 | 0.84 | 0 | 0.27 | 297.32 | 0.73 | 0.42 |
| Hex | B3 | 1D | BA | 4 | 54 | 0 | 1B | 129 | 49 | 2A |
| Octal | 263 | 35 | 272 | 4 | 124 | 0 | 33 | 451 | 111 | 52 |
| Binary | 10110011 | 11101 | 10111010 | 100 | 1010100 | 0 | 11011 | 100101001 | 1001001 | 101010 |
Color Harmonies of #B31DBA
Complementary color
Monochromatic Colors of #B31DBA
Black with #B31DBA
Text Example
Text Example
White with #B31DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DBA; }
p { color: rgb(179,29,186); }
H1.HeaderClassName
{
color: #B31DBA;
}
.AnyTagClassName
{
color: #B31DBA;
}
</style>
background-color css
<style>
a { background-color: #B31DBA; }
a { background-color: rgb(179,29,186); }
div.DivClassName
{
background-color: #B31DBA;
}
.BgClassName
{
background-color: #B31DBA;
}
</style>
border-color css
<style>
span { border-color: #B31DBA; }
span { border-color: rgb(179,29,186); }
td.TdClassName
{
border-color: #B31DBA;
}
.TagClassName
{
border-color: #B31DBA;
}
</style>