Shades of Deep Magenta #B31FBA
Tints of Deep Magenta #B31FBA
RGB
CMYK
RGB Variations
Color information
#B31FBA (or 0xB31FBA) is known color: Deep Magenta. HEX triplet: B3, 1F and BA. RGB value is (179,31,186). Sum of RGB (Red+Green+Blue) = 179+31+186=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #B31FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31FBA is #4CE045. Grayscale: #5C5C5C. Windows color (decimal): -5038150 or 12197811. OLE color: 12197811.
HSL color Cylindrical-coordinate representation of color #B31FBA: hue angle of 297.29º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B31FBA is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 31 | 186 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.27 |
| HSL | 297.29º | 0.71% | 0.43% | - |
| HSV(B) | 297.29º | 0.83% | 0.73% | - |
| XYZ | 27.94 | 14.11 | 47.7 | - |
| YUV | 92.92 | 180.53 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 31 | 186 | 0.04 | 0.83 | 0 | 0.27 | 297.29 | 0.71 | 0.43 |
| Hex | B3 | 1F | BA | 4 | 53 | 0 | 1B | 129 | 47 | 2B |
| Octal | 263 | 37 | 272 | 4 | 123 | 0 | 33 | 451 | 107 | 53 |
| Binary | 10110011 | 11111 | 10111010 | 100 | 1010011 | 0 | 11011 | 100101001 | 1000111 | 101011 |
Color Harmonies of #B31FBA
Complementary color
Monochromatic Colors of #B31FBA
Black with #B31FBA
Text Example
Text Example
White with #B31FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31FBA; }
p { color: rgb(179,31,186); }
H1.HeaderClassName
{
color: #B31FBA;
}
.AnyTagClassName
{
color: #B31FBA;
}
</style>
background-color css
<style>
a { background-color: #B31FBA; }
a { background-color: rgb(179,31,186); }
div.DivClassName
{
background-color: #B31FBA;
}
.BgClassName
{
background-color: #B31FBA;
}
</style>
border-color css
<style>
span { border-color: #B31FBA; }
span { border-color: rgb(179,31,186); }
td.TdClassName
{
border-color: #B31FBA;
}
.TagClassName
{
border-color: #B31FBA;
}
</style>