Shades of Electric Purple #B81EFF
Tints of Electric Purple #B81EFF
RGB
CMYK
RGB Variations
Color information
#B81EFF (or 0xB81EFF) is known color: Electric Purple. HEX triplet: B8, 1E and FF. RGB value is (184,30,255). Sum of RGB (Red+Green+Blue) = 184+30+255=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #B81EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81EFF is #47E100. Grayscale: #646464. Windows color (decimal): -4710657 or 16719544. OLE color: 16719544.
HSL color Cylindrical-coordinate representation of color #B81EFF: hue angle of 281.07º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81EFF is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 30 | 255 | - |
| CMYK | 0.28 | 0.88 | 0 | 0 |
| HSL | 281.07º | 1% | 0.56% | - |
| HSV(B) | 281.07º | 0.88% | 1% | - |
| XYZ | 38.28 | 18.34 | 96.13 | - |
| YUV | 101.7 | 214.52 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 255 | 0.28 | 0.88 | 0 | 0 | 281.07 | 1 | 0.56 |
| Hex | B8 | 1E | FF | 1C | 58 | 0 | 0 | 119 | 64 | 38 |
| Octal | 270 | 36 | 377 | 34 | 130 | 0 | 0 | 431 | 144 | 70 |
| Binary | 10111000 | 11110 | 11111111 | 11100 | 1011000 | 0 | 0 | 100011001 | 1100100 | 111000 |
Color Harmonies of #B81EFF
Complementary color
Monochromatic Colors of #B81EFF
Black with #B81EFF
Text Example
Text Example
White with #B81EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81EFF; }
p { color: rgb(184,30,255); }
H1.HeaderClassName
{
color: #B81EFF;
}
.AnyTagClassName
{
color: #B81EFF;
}
</style>
background-color css
<style>
a { background-color: #B81EFF; }
a { background-color: rgb(184,30,255); }
div.DivClassName
{
background-color: #B81EFF;
}
.BgClassName
{
background-color: #B81EFF;
}
</style>
border-color css
<style>
span { border-color: #B81EFF; }
span { border-color: rgb(184,30,255); }
td.TdClassName
{
border-color: #B81EFF;
}
.TagClassName
{
border-color: #B81EFF;
}
</style>