Shades of Deep Magenta #B31DBB
Tints of Deep Magenta #B31DBB
RGB
CMYK
RGB Variations
Color information
#B31DBB (or 0xB31DBB) is known color: Deep Magenta. HEX triplet: B3, 1D and BB. RGB value is (179,29,187). Sum of RGB (Red+Green+Blue) = 179+29+187=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #B31DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DBB is #4CE244. Grayscale: #5B5B5B. Windows color (decimal): -5038661 or 12262835. OLE color: 12262835.
HSL color Cylindrical-coordinate representation of color #B31DBB: hue angle of 296.96º 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 #B31DBB is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 29 | 187 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.27 |
| HSL | 296.96º | 0.73% | 0.42% | - |
| HSV(B) | 296.96º | 0.84% | 0.73% | - |
| XYZ | 28 | 14.05 | 48.25 | - |
| YUV | 91.86 | 181.7 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 187 | 0.04 | 0.84 | 0 | 0.27 | 296.96 | 0.73 | 0.42 |
| Hex | B3 | 1D | BB | 4 | 54 | 0 | 1B | 129 | 49 | 2A |
| Octal | 263 | 35 | 273 | 4 | 124 | 0 | 33 | 451 | 111 | 52 |
| Binary | 10110011 | 11101 | 10111011 | 100 | 1010100 | 0 | 11011 | 100101001 | 1001001 | 101010 |
Color Harmonies of #B31DBB
Complementary color
Monochromatic Colors of #B31DBB
Black with #B31DBB
Text Example
Text Example
White with #B31DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DBB; }
p { color: rgb(179,29,187); }
H1.HeaderClassName
{
color: #B31DBB;
}
.AnyTagClassName
{
color: #B31DBB;
}
</style>
background-color css
<style>
a { background-color: #B31DBB; }
a { background-color: rgb(179,29,187); }
div.DivClassName
{
background-color: #B31DBB;
}
.BgClassName
{
background-color: #B31DBB;
}
</style>
border-color css
<style>
span { border-color: #B31DBB; }
span { border-color: rgb(179,29,187); }
td.TdClassName
{
border-color: #B31DBB;
}
.TagClassName
{
border-color: #B31DBB;
}
</style>