Shades of Deep Magenta #B51EC1
Tints of Deep Magenta #B51EC1
RGB
CMYK
RGB Variations
Color information
#B51EC1 (or 0xB51EC1) is known color: Deep Magenta. HEX triplet: B5, 1E and C1. RGB value is (181,30,193). Sum of RGB (Red+Green+Blue) = 181+30+193=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #B51EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51EC1 is #4AE13E. Grayscale: #5D5D5D. Windows color (decimal): -4907327 or 12656309. OLE color: 12656309.
HSL color Cylindrical-coordinate representation of color #B51EC1: hue angle of 295.58º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B51EC1 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 30 | 193 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.24 |
| HSL | 295.58º | 0.73% | 0.44% | - |
| HSV(B) | 295.58º | 0.84% | 0.76% | - |
| XYZ | 29.15 | 14.6 | 51.73 | - |
| YUV | 93.73 | 184.03 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 30 | 193 | 0.06 | 0.84 | 0 | 0.24 | 295.58 | 0.73 | 0.44 |
| Hex | B5 | 1E | C1 | 6 | 54 | 0 | 18 | 128 | 49 | 2C |
| Octal | 265 | 36 | 301 | 6 | 124 | 0 | 30 | 450 | 111 | 54 |
| Binary | 10110101 | 11110 | 11000001 | 110 | 1010100 | 0 | 11000 | 100101000 | 1001001 | 101100 |
Color Harmonies of #B51EC1
Complementary color
Monochromatic Colors of #B51EC1
Black with #B51EC1
Text Example
Text Example
White with #B51EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51EC1; }
p { color: rgb(181,30,193); }
H1.HeaderClassName
{
color: #B51EC1;
}
.AnyTagClassName
{
color: #B51EC1;
}
</style>
background-color css
<style>
a { background-color: #B51EC1; }
a { background-color: rgb(181,30,193); }
div.DivClassName
{
background-color: #B51EC1;
}
.BgClassName
{
background-color: #B51EC1;
}
</style>
border-color css
<style>
span { border-color: #B51EC1; }
span { border-color: rgb(181,30,193); }
td.TdClassName
{
border-color: #B51EC1;
}
.TagClassName
{
border-color: #B51EC1;
}
</style>