Shades of Deep Magenta #B51DB4
Tints of Deep Magenta #B51DB4
RGB
CMYK
RGB Variations
Color information
#B51DB4 (or 0xB51DB4) is known color: Deep Magenta. HEX triplet: B5, 1D and B4. RGB value is (181,29,180). Sum of RGB (Red+Green+Blue) = 181+29+180=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B51DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51DB4 is #4AE24B. Grayscale: #5B5B5B. Windows color (decimal): -4907596 or 11804085. OLE color: 11804085.
HSL color Cylindrical-coordinate representation of color #B51DB4: hue angle of 300.39º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B51DB4 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 29 | 180 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.29 |
| HSL | 300.39º | 0.72% | 0.41% | - |
| HSV(B) | 300.39º | 0.84% | 0.71% | - |
| XYZ | 27.73 | 14 | 44.42 | - |
| YUV | 91.66 | 177.86 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 29 | 180 | 0 | 0.84 | 0.01 | 0.29 | 300.39 | 0.72 | 0.41 |
| Hex | B5 | 1D | B4 | 0 | 54 | 1 | 1D | 12C | 48 | 29 |
| Octal | 265 | 35 | 264 | 0 | 124 | 1 | 35 | 454 | 110 | 51 |
| Binary | 10110101 | 11101 | 10110100 | 0 | 1010100 | 1 | 11101 | 100101100 | 1001000 | 101001 |
Color Harmonies of #B51DB4
Complementary color
Monochromatic Colors of #B51DB4
Black with #B51DB4
Text Example
Text Example
White with #B51DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51DB4; }
p { color: rgb(181,29,180); }
H1.HeaderClassName
{
color: #B51DB4;
}
.AnyTagClassName
{
color: #B51DB4;
}
</style>
background-color css
<style>
a { background-color: #B51DB4; }
a { background-color: rgb(181,29,180); }
div.DivClassName
{
background-color: #B51DB4;
}
.BgClassName
{
background-color: #B51DB4;
}
</style>
border-color css
<style>
span { border-color: #B51DB4; }
span { border-color: rgb(181,29,180); }
td.TdClassName
{
border-color: #B51DB4;
}
.TagClassName
{
border-color: #B51DB4;
}
</style>