Shades of Electric Purple #B51DE5
Tints of Electric Purple #B51DE5
RGB
CMYK
RGB Variations
Color information
#B51DE5 (or 0xB51DE5) is known color: Electric Purple. HEX triplet: B5, 1D and E5. RGB value is (181,29,229). Sum of RGB (Red+Green+Blue) = 181+29+229=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 29 (11.72% from 255 or 6.61% from 439); Blue value is 229 (89.84% from 255 or 52.16% from 439); Max value from RGB is 229 - color contains mainly: blue. Hex color #B51DE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51DE5 is #4AE21A. Grayscale: #606060. Windows color (decimal): -4907547 or 15015349. OLE color: 15015349.
HSL color Cylindrical-coordinate representation of color #B51DE5: hue angle of 285.6º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B51DE5 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 29 | 229 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.10 |
| HSL | 285.6º | 0.79% | 0.51% | - |
| HSV(B) | 285.6º | 0.87% | 0.9% | - |
| XYZ | 33.64 | 16.36 | 75.51 | - |
| YUV | 97.25 | 202.36 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 29 | 229 | 0.21 | 0.87 | 0 | 0.10 | 285.6 | 0.79 | 0.51 |
| Hex | B5 | 1D | E5 | 15 | 57 | 0 | A | 11E | 4F | 33 |
| Octal | 265 | 35 | 345 | 25 | 127 | 0 | 12 | 436 | 117 | 63 |
| Binary | 10110101 | 11101 | 11100101 | 10101 | 1010111 | 0 | 1010 | 100011110 | 1001111 | 110011 |
Color Harmonies of #B51DE5
Complementary color
Monochromatic Colors of #B51DE5
Black with #B51DE5
Text Example
Text Example
White with #B51DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51DE5; }
p { color: rgb(181,29,229); }
H1.HeaderClassName
{
color: #B51DE5;
}
.AnyTagClassName
{
color: #B51DE5;
}
</style>
background-color css
<style>
a { background-color: #B51DE5; }
a { background-color: rgb(181,29,229); }
div.DivClassName
{
background-color: #B51DE5;
}
.BgClassName
{
background-color: #B51DE5;
}
</style>
border-color css
<style>
span { border-color: #B51DE5; }
span { border-color: rgb(181,29,229); }
td.TdClassName
{
border-color: #B51DE5;
}
.TagClassName
{
border-color: #B51DE5;
}
</style>