Shades of Deep Magenta #B31DBE
Tints of Deep Magenta #B31DBE
RGB
CMYK
RGB Variations
Color information
#B31DBE (or 0xB31DBE) is known color: Deep Magenta. HEX triplet: B3, 1D and BE. RGB value is (179,29,190). Sum of RGB (Red+Green+Blue) = 179+29+190=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #B31DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DBE is #4CE241. Grayscale: #5B5B5B. Windows color (decimal): -5038658 or 12459443. OLE color: 12459443.
HSL color Cylindrical-coordinate representation of color #B31DBE: hue angle of 295.9º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31DBE is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 29 | 190 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.25 |
| HSL | 295.9º | 0.74% | 0.43% | - |
| HSV(B) | 295.9º | 0.85% | 0.75% | - |
| XYZ | 28.32 | 14.18 | 49.96 | - |
| YUV | 92.2 | 183.2 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 190 | 0.06 | 0.85 | 0 | 0.25 | 295.9 | 0.74 | 0.43 |
| Hex | B3 | 1D | BE | 6 | 55 | 0 | 19 | 128 | 4A | 2B |
| Octal | 263 | 35 | 276 | 6 | 125 | 0 | 31 | 450 | 112 | 53 |
| Binary | 10110011 | 11101 | 10111110 | 110 | 1010101 | 0 | 11001 | 100101000 | 1001010 | 101011 |
Color Harmonies of #B31DBE
Complementary color
Monochromatic Colors of #B31DBE
Black with #B31DBE
Text Example
Text Example
White with #B31DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DBE; }
p { color: rgb(179,29,190); }
H1.HeaderClassName
{
color: #B31DBE;
}
.AnyTagClassName
{
color: #B31DBE;
}
</style>
background-color css
<style>
a { background-color: #B31DBE; }
a { background-color: rgb(179,29,190); }
div.DivClassName
{
background-color: #B31DBE;
}
.BgClassName
{
background-color: #B31DBE;
}
</style>
border-color css
<style>
span { border-color: #B31DBE; }
span { border-color: rgb(179,29,190); }
td.TdClassName
{
border-color: #B31DBE;
}
.TagClassName
{
border-color: #B31DBE;
}
</style>