Shades of Electric Purple #B81CE8
Tints of Electric Purple #B81CE8
RGB
CMYK
RGB Variations
Color information
#B81CE8 (or 0xB81CE8) is known color: Electric Purple. HEX triplet: B8, 1C and E8. RGB value is (184,28,232). Sum of RGB (Red+Green+Blue) = 184+28+232=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 232 (91.02% from 255 or 52.25% from 444); Max value from RGB is 232 - color contains mainly: blue. Hex color #B81CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81CE8 is #47E317. Grayscale: #616161. Windows color (decimal): -4711192 or 15211704. OLE color: 15211704.
HSL color Cylindrical-coordinate representation of color #B81CE8: hue angle of 285.88º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81CE8 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 28 | 232 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.09 |
| HSL | 285.88º | 0.82% | 0.51% | - |
| HSV(B) | 285.88º | 0.88% | 0.91% | - |
| XYZ | 34.75 | 16.85 | 77.76 | - |
| YUV | 97.9 | 203.68 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 232 | 0.21 | 0.88 | 0 | 0.09 | 285.88 | 0.82 | 0.51 |
| Hex | B8 | 1C | E8 | 15 | 58 | 0 | 9 | 11E | 52 | 33 |
| Octal | 270 | 34 | 350 | 25 | 130 | 0 | 11 | 436 | 122 | 63 |
| Binary | 10111000 | 11100 | 11101000 | 10101 | 1011000 | 0 | 1001 | 100011110 | 1010010 | 110011 |
Color Harmonies of #B81CE8
Complementary color
Monochromatic Colors of #B81CE8
Black with #B81CE8
Text Example
Text Example
White with #B81CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81CE8; }
p { color: rgb(184,28,232); }
H1.HeaderClassName
{
color: #B81CE8;
}
.AnyTagClassName
{
color: #B81CE8;
}
</style>
background-color css
<style>
a { background-color: #B81CE8; }
a { background-color: rgb(184,28,232); }
div.DivClassName
{
background-color: #B81CE8;
}
.BgClassName
{
background-color: #B81CE8;
}
</style>
border-color css
<style>
span { border-color: #B81CE8; }
span { border-color: rgb(184,28,232); }
td.TdClassName
{
border-color: #B81CE8;
}
.TagClassName
{
border-color: #B81CE8;
}
</style>