Shades of Electric Purple #B51CEA
Tints of Electric Purple #B51CEA
RGB
CMYK
RGB Variations
Color information
#B51CEA (or 0xB51CEA) is known color: Electric Purple. HEX triplet: B5, 1C and EA. RGB value is (181,28,234). Sum of RGB (Red+Green+Blue) = 181+28+234=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #B51CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B51CEA is #4AE315. Grayscale: #606060. Windows color (decimal): -4907798 or 15342773. OLE color: 15342773.
HSL color Cylindrical-coordinate representation of color #B51CEA: hue angle of 284.56º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51CEA is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 28 | 234 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.08 |
| HSL | 284.56º | 0.83% | 0.51% | - |
| HSV(B) | 284.56º | 0.88% | 0.92% | - |
| XYZ | 34.32 | 16.59 | 79.24 | - |
| YUV | 97.23 | 205.19 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 28 | 234 | 0.23 | 0.88 | 0 | 0.08 | 284.56 | 0.83 | 0.51 |
| Hex | B5 | 1C | EA | 17 | 58 | 0 | 8 | 11D | 53 | 33 |
| Octal | 265 | 34 | 352 | 27 | 130 | 0 | 10 | 435 | 123 | 63 |
| Binary | 10110101 | 11100 | 11101010 | 10111 | 1011000 | 0 | 1000 | 100011101 | 1010011 | 110011 |
Color Harmonies of #B51CEA
Complementary color
Monochromatic Colors of #B51CEA
Black with #B51CEA
Text Example
Text Example
White with #B51CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51CEA; }
p { color: rgb(181,28,234); }
H1.HeaderClassName
{
color: #B51CEA;
}
.AnyTagClassName
{
color: #B51CEA;
}
</style>
background-color css
<style>
a { background-color: #B51CEA; }
a { background-color: rgb(181,28,234); }
div.DivClassName
{
background-color: #B51CEA;
}
.BgClassName
{
background-color: #B51CEA;
}
</style>
border-color css
<style>
span { border-color: #B51CEA; }
span { border-color: rgb(181,28,234); }
td.TdClassName
{
border-color: #B51CEA;
}
.TagClassName
{
border-color: #B51CEA;
}
</style>