Shades of Electric Purple #B812E9
Tints of Electric Purple #B812E9
RGB
CMYK
RGB Variations
Color information
#B812E9 (or 0xB812E9) is known color: Electric Purple. HEX triplet: B8, 12 and E9. RGB value is (184,18,233). Sum of RGB (Red+Green+Blue) = 184+18+233=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 233 (91.41% from 255 or 53.56% from 435); Max value from RGB is 233 - color contains mainly: blue. Hex color #B812E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B812E9 is #47ED16. Grayscale: #5B5B5B. Windows color (decimal): -4713751 or 15274680. OLE color: 15274680.
HSL color Cylindrical-coordinate representation of color #B812E9: hue angle of 286.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B812E9 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 18 | 233 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.09 |
| HSL | 286.33º | 0.86% | 0.49% | - |
| HSV(B) | 286.33º | 0.92% | 0.91% | - |
| XYZ | 34.69 | 16.51 | 78.45 | - |
| YUV | 92.14 | 207.5 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 233 | 0.21 | 0.92 | 0 | 0.09 | 286.33 | 0.86 | 0.49 |
| Hex | B8 | 12 | E9 | 15 | 5C | 0 | 9 | 11E | 56 | 31 |
| Octal | 270 | 22 | 351 | 25 | 134 | 0 | 11 | 436 | 126 | 61 |
| Binary | 10111000 | 10010 | 11101001 | 10101 | 1011100 | 0 | 1001 | 100011110 | 1010110 | 110001 |
Color Harmonies of #B812E9
Complementary color
Monochromatic Colors of #B812E9
Black with #B812E9
Text Example
Text Example
White with #B812E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B812E9; }
p { color: rgb(184,18,233); }
H1.HeaderClassName
{
color: #B812E9;
}
.AnyTagClassName
{
color: #B812E9;
}
</style>
background-color css
<style>
a { background-color: #B812E9; }
a { background-color: rgb(184,18,233); }
div.DivClassName
{
background-color: #B812E9;
}
.BgClassName
{
background-color: #B812E9;
}
</style>
border-color css
<style>
span { border-color: #B812E9; }
span { border-color: rgb(184,18,233); }
td.TdClassName
{
border-color: #B812E9;
}
.TagClassName
{
border-color: #B812E9;
}
</style>