Shades of Electric Purple #B81AFF
Tints of Electric Purple #B81AFF
RGB
CMYK
RGB Variations
Color information
#B81AFF (or 0xB81AFF) is known color: Electric Purple. HEX triplet: B8, 1A and FF. RGB value is (184,26,255). Sum of RGB (Red+Green+Blue) = 184+26+255=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #B81AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81AFF is #47E500. Grayscale: #626262. Windows color (decimal): -4711681 or 16718520. OLE color: 16718520.
HSL color Cylindrical-coordinate representation of color #B81AFF: hue angle of 281.4º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81AFF is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 26 | 255 | - |
| CMYK | 0.28 | 0.90 | 0 | 0 |
| HSL | 281.4º | 1% | 0.55% | - |
| HSV(B) | 281.4º | 0.9% | 1% | - |
| XYZ | 38.19 | 18.15 | 96.1 | - |
| YUV | 99.35 | 215.85 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 255 | 0.28 | 0.90 | 0 | 0 | 281.4 | 1 | 0.55 |
| Hex | B8 | 1A | FF | 1C | 5A | 0 | 0 | 119 | 64 | 37 |
| Octal | 270 | 32 | 377 | 34 | 132 | 0 | 0 | 431 | 144 | 67 |
| Binary | 10111000 | 11010 | 11111111 | 11100 | 1011010 | 0 | 0 | 100011001 | 1100100 | 110111 |
Color Harmonies of #B81AFF
Complementary color
Monochromatic Colors of #B81AFF
Black with #B81AFF
Text Example
Text Example
White with #B81AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81AFF; }
p { color: rgb(184,26,255); }
H1.HeaderClassName
{
color: #B81AFF;
}
.AnyTagClassName
{
color: #B81AFF;
}
</style>
background-color css
<style>
a { background-color: #B81AFF; }
a { background-color: rgb(184,26,255); }
div.DivClassName
{
background-color: #B81AFF;
}
.BgClassName
{
background-color: #B81AFF;
}
</style>
border-color css
<style>
span { border-color: #B81AFF; }
span { border-color: rgb(184,26,255); }
td.TdClassName
{
border-color: #B81AFF;
}
.TagClassName
{
border-color: #B81AFF;
}
</style>