Shades of Electric Purple #B81AFB
Tints of Electric Purple #B81AFB
RGB
CMYK
RGB Variations
Color information
#B81AFB (or 0xB81AFB) is known color: Electric Purple. HEX triplet: B8, 1A and FB. RGB value is (184,26,251). Sum of RGB (Red+Green+Blue) = 184+26+251=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 26 (10.55% from 255 or 5.64% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #B81AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81AFB is #47E504. Grayscale: #626262. Windows color (decimal): -4711685 or 16456376. OLE color: 16456376.
HSL color Cylindrical-coordinate representation of color #B81AFB: hue angle of 282.13º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81AFB is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 26 | 251 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.02 |
| HSL | 282.13º | 0.97% | 0.54% | - |
| HSV(B) | 282.13º | 0.9% | 0.98% | - |
| XYZ | 37.55 | 17.89 | 92.74 | - |
| YUV | 98.89 | 213.85 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 251 | 0.27 | 0.90 | 0 | 0.02 | 282.13 | 0.97 | 0.54 |
| Hex | B8 | 1A | FB | 1B | 5A | 0 | 2 | 11A | 61 | 36 |
| Octal | 270 | 32 | 373 | 33 | 132 | 0 | 2 | 432 | 141 | 66 |
| Binary | 10111000 | 11010 | 11111011 | 11011 | 1011010 | 0 | 10 | 100011010 | 1100001 | 110110 |
Color Harmonies of #B81AFB
Complementary color
Monochromatic Colors of #B81AFB
Black with #B81AFB
Text Example
Text Example
White with #B81AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81AFB; }
p { color: rgb(184,26,251); }
H1.HeaderClassName
{
color: #B81AFB;
}
.AnyTagClassName
{
color: #B81AFB;
}
</style>
background-color css
<style>
a { background-color: #B81AFB; }
a { background-color: rgb(184,26,251); }
div.DivClassName
{
background-color: #B81AFB;
}
.BgClassName
{
background-color: #B81AFB;
}
</style>
border-color css
<style>
span { border-color: #B81AFB; }
span { border-color: rgb(184,26,251); }
td.TdClassName
{
border-color: #B81AFB;
}
.TagClassName
{
border-color: #B81AFB;
}
</style>