Shades of Electric Purple #B51AEF
Tints of Electric Purple #B51AEF
RGB
CMYK
RGB Variations
Color information
#B51AEF (or 0xB51AEF) is known color: Electric Purple. HEX triplet: B5, 1A and EF. RGB value is (181,26,239). Sum of RGB (Red+Green+Blue) = 181+26+239=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #B51AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B51AEF is #4AE510. Grayscale: #5F5F5F. Windows color (decimal): -4908305 or 15669941. OLE color: 15669941.
HSL color Cylindrical-coordinate representation of color #B51AEF: hue angle of 283.66º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B51AEF is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 26 | 239 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.06 |
| HSL | 283.66º | 0.87% | 0.52% | - |
| HSV(B) | 283.66º | 0.89% | 0.94% | - |
| XYZ | 35.01 | 16.79 | 83.06 | - |
| YUV | 96.63 | 208.35 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 26 | 239 | 0.24 | 0.89 | 0 | 0.06 | 283.66 | 0.87 | 0.52 |
| Hex | B5 | 1A | EF | 18 | 59 | 0 | 6 | 11C | 57 | 34 |
| Octal | 265 | 32 | 357 | 30 | 131 | 0 | 6 | 434 | 127 | 64 |
| Binary | 10110101 | 11010 | 11101111 | 11000 | 1011001 | 0 | 110 | 100011100 | 1010111 | 110100 |
Color Harmonies of #B51AEF
Complementary color
Monochromatic Colors of #B51AEF
Black with #B51AEF
Text Example
Text Example
White with #B51AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51AEF; }
p { color: rgb(181,26,239); }
H1.HeaderClassName
{
color: #B51AEF;
}
.AnyTagClassName
{
color: #B51AEF;
}
</style>
background-color css
<style>
a { background-color: #B51AEF; }
a { background-color: rgb(181,26,239); }
div.DivClassName
{
background-color: #B51AEF;
}
.BgClassName
{
background-color: #B51AEF;
}
</style>
border-color css
<style>
span { border-color: #B51AEF; }
span { border-color: rgb(181,26,239); }
td.TdClassName
{
border-color: #B51AEF;
}
.TagClassName
{
border-color: #B51AEF;
}
</style>