Shades of Deep Magenta #B51EC2
Tints of Deep Magenta #B51EC2
RGB
CMYK
RGB Variations
Color information
#B51EC2 (or 0xB51EC2) is known color: Deep Magenta. HEX triplet: B5, 1E and C2. RGB value is (181,30,194). Sum of RGB (Red+Green+Blue) = 181+30+194=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #B51EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51EC2 is #4AE13D. Grayscale: #5D5D5D. Windows color (decimal): -4907326 or 12721845. OLE color: 12721845.
HSL color Cylindrical-coordinate representation of color #B51EC2: hue angle of 295.24º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B51EC2 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 30 | 194 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.24 |
| HSL | 295.24º | 0.73% | 0.44% | - |
| HSV(B) | 295.24º | 0.85% | 0.76% | - |
| XYZ | 29.26 | 14.65 | 52.32 | - |
| YUV | 93.85 | 184.53 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 30 | 194 | 0.07 | 0.85 | 0 | 0.24 | 295.24 | 0.73 | 0.44 |
| Hex | B5 | 1E | C2 | 7 | 55 | 0 | 18 | 127 | 49 | 2C |
| Octal | 265 | 36 | 302 | 7 | 125 | 0 | 30 | 447 | 111 | 54 |
| Binary | 10110101 | 11110 | 11000010 | 111 | 1010101 | 0 | 11000 | 100100111 | 1001001 | 101100 |
Color Harmonies of #B51EC2
Complementary color
Monochromatic Colors of #B51EC2
Black with #B51EC2
Text Example
Text Example
White with #B51EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51EC2; }
p { color: rgb(181,30,194); }
H1.HeaderClassName
{
color: #B51EC2;
}
.AnyTagClassName
{
color: #B51EC2;
}
</style>
background-color css
<style>
a { background-color: #B51EC2; }
a { background-color: rgb(181,30,194); }
div.DivClassName
{
background-color: #B51EC2;
}
.BgClassName
{
background-color: #B51EC2;
}
</style>
border-color css
<style>
span { border-color: #B51EC2; }
span { border-color: rgb(181,30,194); }
td.TdClassName
{
border-color: #B51EC2;
}
.TagClassName
{
border-color: #B51EC2;
}
</style>