Shades of Electric Purple #B81CE1
Tints of Electric Purple #B81CE1
RGB
CMYK
RGB Variations
Color information
#B81CE1 (or 0xB81CE1) is known color: Electric Purple. HEX triplet: B8, 1C and E1. RGB value is (184,28,225). Sum of RGB (Red+Green+Blue) = 184+28+225=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #B81CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81CE1 is #47E31E. Grayscale: #606060. Windows color (decimal): -4711199 or 14752952. OLE color: 14752952.
HSL color Cylindrical-coordinate representation of color #B81CE1: hue angle of 287.51º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81CE1 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 28 | 225 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.12 |
| HSL | 287.51º | 0.78% | 0.5% | - |
| HSV(B) | 287.51º | 0.88% | 0.88% | - |
| XYZ | 33.77 | 16.46 | 72.63 | - |
| YUV | 97.1 | 200.18 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 225 | 0.18 | 0.88 | 0 | 0.12 | 287.51 | 0.78 | 0.5 |
| Hex | B8 | 1C | E1 | 12 | 58 | 0 | C | 120 | 4E | 32 |
| Octal | 270 | 34 | 341 | 22 | 130 | 0 | 14 | 440 | 116 | 62 |
| Binary | 10111000 | 11100 | 11100001 | 10010 | 1011000 | 0 | 1100 | 100100000 | 1001110 | 110010 |
Color Harmonies of #B81CE1
Complementary color
Monochromatic Colors of #B81CE1
Black with #B81CE1
Text Example
Text Example
White with #B81CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81CE1; }
p { color: rgb(184,28,225); }
H1.HeaderClassName
{
color: #B81CE1;
}
.AnyTagClassName
{
color: #B81CE1;
}
</style>
background-color css
<style>
a { background-color: #B81CE1; }
a { background-color: rgb(184,28,225); }
div.DivClassName
{
background-color: #B81CE1;
}
.BgClassName
{
background-color: #B81CE1;
}
</style>
border-color css
<style>
span { border-color: #B81CE1; }
span { border-color: rgb(184,28,225); }
td.TdClassName
{
border-color: #B81CE1;
}
.TagClassName
{
border-color: #B81CE1;
}
</style>