Shades of Deep Magenta #B31BBA
Tints of Deep Magenta #B31BBA
RGB
CMYK
RGB Variations
Color information
#B31BBA (or 0xB31BBA) is known color: Deep Magenta. HEX triplet: B3, 1B and BA. RGB value is (179,27,186). Sum of RGB (Red+Green+Blue) = 179+27+186=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #B31BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31BBA is #4CE445. Grayscale: #5A5A5A. Windows color (decimal): -5039174 or 12196787. OLE color: 12196787.
HSL color Cylindrical-coordinate representation of color #B31BBA: hue angle of 297.36º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31BBA is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 27 | 186 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.27 |
| HSL | 297.36º | 0.75% | 0.42% | - |
| HSV(B) | 297.36º | 0.85% | 0.73% | - |
| XYZ | 27.85 | 13.91 | 47.67 | - |
| YUV | 90.57 | 181.86 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 27 | 186 | 0.04 | 0.85 | 0 | 0.27 | 297.36 | 0.75 | 0.42 |
| Hex | B3 | 1B | BA | 4 | 55 | 0 | 1B | 129 | 4B | 2A |
| Octal | 263 | 33 | 272 | 4 | 125 | 0 | 33 | 451 | 113 | 52 |
| Binary | 10110011 | 11011 | 10111010 | 100 | 1010101 | 0 | 11011 | 100101001 | 1001011 | 101010 |
Color Harmonies of #B31BBA
Complementary color
Monochromatic Colors of #B31BBA
Black with #B31BBA
Text Example
Text Example
White with #B31BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31BBA; }
p { color: rgb(179,27,186); }
H1.HeaderClassName
{
color: #B31BBA;
}
.AnyTagClassName
{
color: #B31BBA;
}
</style>
background-color css
<style>
a { background-color: #B31BBA; }
a { background-color: rgb(179,27,186); }
div.DivClassName
{
background-color: #B31BBA;
}
.BgClassName
{
background-color: #B31BBA;
}
</style>
border-color css
<style>
span { border-color: #B31BBA; }
span { border-color: rgb(179,27,186); }
td.TdClassName
{
border-color: #B31BBA;
}
.TagClassName
{
border-color: #B31BBA;
}
</style>