Shades of Electric Purple #B81FFB
Tints of Electric Purple #B81FFB
RGB
CMYK
RGB Variations
Color information
#B81FFB (or 0xB81FFB) is known color: Electric Purple. HEX triplet: B8, 1F and FB. RGB value is (184,31,251). Sum of RGB (Red+Green+Blue) = 184+31+251=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #B81FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81FFB is #47E004. Grayscale: #656565. Windows color (decimal): -4710405 or 16457656. OLE color: 16457656.
HSL color Cylindrical-coordinate representation of color #B81FFB: hue angle of 281.73º degrees, saturation: 0.96, 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 #B81FFB is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 31 | 251 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.02 |
| HSL | 281.73º | 0.96% | 0.55% | - |
| HSV(B) | 281.73º | 0.88% | 0.98% | - |
| XYZ | 37.67 | 18.14 | 92.78 | - |
| YUV | 101.83 | 212.19 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 251 | 0.27 | 0.88 | 0 | 0.02 | 281.73 | 0.96 | 0.55 |
| Hex | B8 | 1F | FB | 1B | 58 | 0 | 2 | 11A | 60 | 37 |
| Octal | 270 | 37 | 373 | 33 | 130 | 0 | 2 | 432 | 140 | 67 |
| Binary | 10111000 | 11111 | 11111011 | 11011 | 1011000 | 0 | 10 | 100011010 | 1100000 | 110111 |
Color Harmonies of #B81FFB
Complementary color
Monochromatic Colors of #B81FFB
Black with #B81FFB
Text Example
Text Example
White with #B81FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81FFB; }
p { color: rgb(184,31,251); }
H1.HeaderClassName
{
color: #B81FFB;
}
.AnyTagClassName
{
color: #B81FFB;
}
</style>
background-color css
<style>
a { background-color: #B81FFB; }
a { background-color: rgb(184,31,251); }
div.DivClassName
{
background-color: #B81FFB;
}
.BgClassName
{
background-color: #B81FFB;
}
</style>
border-color css
<style>
span { border-color: #B81FFB; }
span { border-color: rgb(184,31,251); }
td.TdClassName
{
border-color: #B81FFB;
}
.TagClassName
{
border-color: #B81FFB;
}
</style>