Shades of Electric Purple #B81DFB
Tints of Electric Purple #B81DFB
RGB
CMYK
RGB Variations
Color information
#B81DFB (or 0xB81DFB) is known color: Electric Purple. HEX triplet: B8, 1D and FB. RGB value is (184,29,251). Sum of RGB (Red+Green+Blue) = 184+29+251=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 29 (11.72% from 255 or 6.25% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #B81DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81DFB is #47E204. Grayscale: #636363. Windows color (decimal): -4710917 or 16457144. OLE color: 16457144.
HSL color Cylindrical-coordinate representation of color #B81DFB: hue angle of 281.89º 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 #B81DFB is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 29 | 251 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.02 |
| HSL | 281.89º | 0.97% | 0.55% | - |
| HSV(B) | 281.89º | 0.88% | 0.98% | - |
| XYZ | 37.62 | 18.03 | 92.76 | - |
| YUV | 100.65 | 212.85 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 251 | 0.27 | 0.88 | 0 | 0.02 | 281.89 | 0.97 | 0.55 |
| Hex | B8 | 1D | FB | 1B | 58 | 0 | 2 | 11A | 61 | 37 |
| Octal | 270 | 35 | 373 | 33 | 130 | 0 | 2 | 432 | 141 | 67 |
| Binary | 10111000 | 11101 | 11111011 | 11011 | 1011000 | 0 | 10 | 100011010 | 1100001 | 110111 |
Color Harmonies of #B81DFB
Complementary color
Monochromatic Colors of #B81DFB
Black with #B81DFB
Text Example
Text Example
White with #B81DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DFB; }
p { color: rgb(184,29,251); }
H1.HeaderClassName
{
color: #B81DFB;
}
.AnyTagClassName
{
color: #B81DFB;
}
</style>
background-color css
<style>
a { background-color: #B81DFB; }
a { background-color: rgb(184,29,251); }
div.DivClassName
{
background-color: #B81DFB;
}
.BgClassName
{
background-color: #B81DFB;
}
</style>
border-color css
<style>
span { border-color: #B81DFB; }
span { border-color: rgb(184,29,251); }
td.TdClassName
{
border-color: #B81DFB;
}
.TagClassName
{
border-color: #B81DFB;
}
</style>