Shades of Deep Magenta #B31DBD
Tints of Deep Magenta #B31DBD
RGB
CMYK
RGB Variations
Color information
#B31DBD (or 0xB31DBD) is known color: Deep Magenta. HEX triplet: B3, 1D and BD. RGB value is (179,29,189). Sum of RGB (Red+Green+Blue) = 179+29+189=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #B31DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DBD is #4CE242. Grayscale: #5B5B5B. Windows color (decimal): -5038659 or 12393907. OLE color: 12393907.
HSL color Cylindrical-coordinate representation of color #B31DBD: hue angle of 296.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31DBD is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 29 | 189 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.26 |
| HSL | 296.25º | 0.73% | 0.43% | - |
| HSV(B) | 296.25º | 0.85% | 0.74% | - |
| XYZ | 28.22 | 14.14 | 49.39 | - |
| YUV | 92.09 | 182.7 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 189 | 0.05 | 0.85 | 0 | 0.26 | 296.25 | 0.73 | 0.43 |
| Hex | B3 | 1D | BD | 5 | 55 | 0 | 1A | 128 | 49 | 2B |
| Octal | 263 | 35 | 275 | 5 | 125 | 0 | 32 | 450 | 111 | 53 |
| Binary | 10110011 | 11101 | 10111101 | 101 | 1010101 | 0 | 11010 | 100101000 | 1001001 | 101011 |
Color Harmonies of #B31DBD
Complementary color
Monochromatic Colors of #B31DBD
Black with #B31DBD
Text Example
Text Example
White with #B31DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DBD; }
p { color: rgb(179,29,189); }
H1.HeaderClassName
{
color: #B31DBD;
}
.AnyTagClassName
{
color: #B31DBD;
}
</style>
background-color css
<style>
a { background-color: #B31DBD; }
a { background-color: rgb(179,29,189); }
div.DivClassName
{
background-color: #B31DBD;
}
.BgClassName
{
background-color: #B31DBD;
}
</style>
border-color css
<style>
span { border-color: #B31DBD; }
span { border-color: rgb(179,29,189); }
td.TdClassName
{
border-color: #B31DBD;
}
.TagClassName
{
border-color: #B31DBD;
}
</style>