Shades of Electric Purple #B81EFB
Tints of Electric Purple #B81EFB
RGB
CMYK
RGB Variations
Color information
#B81EFB (or 0xB81EFB) is known color: Electric Purple. HEX triplet: B8, 1E and FB. RGB value is (184,30,251). Sum of RGB (Red+Green+Blue) = 184+30+251=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #B81EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81EFB is #47E104. Grayscale: #646464. Windows color (decimal): -4710661 or 16457400. OLE color: 16457400.
HSL color Cylindrical-coordinate representation of color #B81EFB: hue angle of 281.81º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81EFB is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 30 | 251 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.02 |
| HSL | 281.81º | 0.97% | 0.55% | - |
| HSV(B) | 281.81º | 0.88% | 0.98% | - |
| XYZ | 37.64 | 18.08 | 92.77 | - |
| YUV | 101.24 | 212.52 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 251 | 0.27 | 0.88 | 0 | 0.02 | 281.81 | 0.97 | 0.55 |
| Hex | B8 | 1E | FB | 1B | 58 | 0 | 2 | 11A | 61 | 37 |
| Octal | 270 | 36 | 373 | 33 | 130 | 0 | 2 | 432 | 141 | 67 |
| Binary | 10111000 | 11110 | 11111011 | 11011 | 1011000 | 0 | 10 | 100011010 | 1100001 | 110111 |
Color Harmonies of #B81EFB
Complementary color
Monochromatic Colors of #B81EFB
Black with #B81EFB
Text Example
Text Example
White with #B81EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81EFB; }
p { color: rgb(184,30,251); }
H1.HeaderClassName
{
color: #B81EFB;
}
.AnyTagClassName
{
color: #B81EFB;
}
</style>
background-color css
<style>
a { background-color: #B81EFB; }
a { background-color: rgb(184,30,251); }
div.DivClassName
{
background-color: #B81EFB;
}
.BgClassName
{
background-color: #B81EFB;
}
</style>
border-color css
<style>
span { border-color: #B81EFB; }
span { border-color: rgb(184,30,251); }
td.TdClassName
{
border-color: #B81EFB;
}
.TagClassName
{
border-color: #B81EFB;
}
</style>