Shades of Electric Purple #B81DFE
Tints of Electric Purple #B81DFE
RGB
CMYK
RGB Variations
Color information
#B81DFE (or 0xB81DFE) is known color: Electric Purple. HEX triplet: B8, 1D and FE. RGB value is (184,29,254). Sum of RGB (Red+Green+Blue) = 184+29+254=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 29 (11.72% from 255 or 6.21% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #B81DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81DFE is #47E201. Grayscale: #646464. Windows color (decimal): -4710914 or 16653752. OLE color: 16653752.
HSL color Cylindrical-coordinate representation of color #B81DFE: hue angle of 281.33º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81DFE is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 29 | 254 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.00 |
| HSL | 281.33º | 0.99% | 0.55% | - |
| HSV(B) | 281.33º | 0.89% | 1% | - |
| XYZ | 38.1 | 18.22 | 95.28 | - |
| YUV | 101 | 214.35 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 254 | 0.28 | 0.89 | 0 | 0.00 | 281.33 | 0.99 | 0.55 |
| Hex | B8 | 1D | FE | 1C | 59 | 0 | 0 | 119 | 63 | 37 |
| Octal | 270 | 35 | 376 | 34 | 131 | 0 | 0 | 431 | 143 | 67 |
| Binary | 10111000 | 11101 | 11111110 | 11100 | 1011001 | 0 | 0 | 100011001 | 1100011 | 110111 |
Color Harmonies of #B81DFE
Complementary color
Monochromatic Colors of #B81DFE
Black with #B81DFE
Text Example
Text Example
White with #B81DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DFE; }
p { color: rgb(184,29,254); }
H1.HeaderClassName
{
color: #B81DFE;
}
.AnyTagClassName
{
color: #B81DFE;
}
</style>
background-color css
<style>
a { background-color: #B81DFE; }
a { background-color: rgb(184,29,254); }
div.DivClassName
{
background-color: #B81DFE;
}
.BgClassName
{
background-color: #B81DFE;
}
</style>
border-color css
<style>
span { border-color: #B81DFE; }
span { border-color: rgb(184,29,254); }
td.TdClassName
{
border-color: #B81DFE;
}
.TagClassName
{
border-color: #B81DFE;
}
</style>