Shades of Electric Purple #B81EE7
Tints of Electric Purple #B81EE7
RGB
CMYK
RGB Variations
Color information
#B81EE7 (or 0xB81EE7) is known color: Electric Purple. HEX triplet: B8, 1E and E7. RGB value is (184,30,231). Sum of RGB (Red+Green+Blue) = 184+30+231=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 30 (12.11% from 255 or 6.74% from 445); Blue value is 231 (90.62% from 255 or 51.91% from 445); Max value from RGB is 231 - color contains mainly: blue. Hex color #B81EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81EE7 is #47E118. Grayscale: #626262. Windows color (decimal): -4710681 or 15146680. OLE color: 15146680.
HSL color Cylindrical-coordinate representation of color #B81EE7: hue angle of 285.97º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81EE7 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 30 | 231 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.09 |
| HSL | 285.97º | 0.81% | 0.51% | - |
| HSV(B) | 285.97º | 0.87% | 0.91% | - |
| XYZ | 34.66 | 16.89 | 77.03 | - |
| YUV | 98.96 | 202.52 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 231 | 0.20 | 0.87 | 0 | 0.09 | 285.97 | 0.81 | 0.51 |
| Hex | B8 | 1E | E7 | 14 | 57 | 0 | 9 | 11E | 51 | 33 |
| Octal | 270 | 36 | 347 | 24 | 127 | 0 | 11 | 436 | 121 | 63 |
| Binary | 10111000 | 11110 | 11100111 | 10100 | 1010111 | 0 | 1001 | 100011110 | 1010001 | 110011 |
Color Harmonies of #B81EE7
Complementary color
Monochromatic Colors of #B81EE7
Black with #B81EE7
Text Example
Text Example
White with #B81EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81EE7; }
p { color: rgb(184,30,231); }
H1.HeaderClassName
{
color: #B81EE7;
}
.AnyTagClassName
{
color: #B81EE7;
}
</style>
background-color css
<style>
a { background-color: #B81EE7; }
a { background-color: rgb(184,30,231); }
div.DivClassName
{
background-color: #B81EE7;
}
.BgClassName
{
background-color: #B81EE7;
}
</style>
border-color css
<style>
span { border-color: #B81EE7; }
span { border-color: rgb(184,30,231); }
td.TdClassName
{
border-color: #B81EE7;
}
.TagClassName
{
border-color: #B81EE7;
}
</style>