Shades of Electric Purple #B81FEB
Tints of Electric Purple #B81FEB
RGB
CMYK
RGB Variations
Color information
#B81FEB (or 0xB81FEB) is known color: Electric Purple. HEX triplet: B8, 1F and EB. RGB value is (184,31,235). Sum of RGB (Red+Green+Blue) = 184+31+235=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 31 (12.5% from 255 or 6.89% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #B81FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81FEB is #47E014. Grayscale: #636363. Windows color (decimal): -4710421 or 15409080. OLE color: 15409080.
HSL color Cylindrical-coordinate representation of color #B81FEB: hue angle of 285º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81FEB is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 31 | 235 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.08 |
| HSL | 285º | 0.84% | 0.52% | - |
| HSV(B) | 285º | 0.87% | 0.92% | - |
| XYZ | 35.25 | 17.17 | 80.05 | - |
| YUV | 100 | 204.19 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 235 | 0.22 | 0.87 | 0 | 0.08 | 285 | 0.84 | 0.52 |
| Hex | B8 | 1F | EB | 16 | 57 | 0 | 8 | 11D | 54 | 34 |
| Octal | 270 | 37 | 353 | 26 | 127 | 0 | 10 | 435 | 124 | 64 |
| Binary | 10111000 | 11111 | 11101011 | 10110 | 1010111 | 0 | 1000 | 100011101 | 1010100 | 110100 |
Color Harmonies of #B81FEB
Complementary color
Monochromatic Colors of #B81FEB
Black with #B81FEB
Text Example
Text Example
White with #B81FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81FEB; }
p { color: rgb(184,31,235); }
H1.HeaderClassName
{
color: #B81FEB;
}
.AnyTagClassName
{
color: #B81FEB;
}
</style>
background-color css
<style>
a { background-color: #B81FEB; }
a { background-color: rgb(184,31,235); }
div.DivClassName
{
background-color: #B81FEB;
}
.BgClassName
{
background-color: #B81FEB;
}
</style>
border-color css
<style>
span { border-color: #B81FEB; }
span { border-color: rgb(184,31,235); }
td.TdClassName
{
border-color: #B81FEB;
}
.TagClassName
{
border-color: #B81FEB;
}
</style>