Shades of Electric Purple #B81CFF
Tints of Electric Purple #B81CFF
RGB
CMYK
RGB Variations
Color information
#B81CFF (or 0xB81CFF) is known color: Electric Purple. HEX triplet: B8, 1C and FF. RGB value is (184,28,255). Sum of RGB (Red+Green+Blue) = 184+28+255=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 28 (11.33% from 255 or 6.00% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #B81CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81CFF is #47E300. Grayscale: #636363. Windows color (decimal): -4711169 or 16719032. OLE color: 16719032.
HSL color Cylindrical-coordinate representation of color #B81CFF: hue angle of 281.23º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81CFF is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 28 | 255 | - |
| CMYK | 0.28 | 0.89 | 0 | 0 |
| HSL | 281.23º | 1% | 0.55% | - |
| HSV(B) | 281.23º | 0.89% | 1% | - |
| XYZ | 38.23 | 18.24 | 96.11 | - |
| YUV | 100.52 | 215.18 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 255 | 0.28 | 0.89 | 0 | 0 | 281.23 | 1 | 0.55 |
| Hex | B8 | 1C | FF | 1C | 59 | 0 | 0 | 119 | 64 | 37 |
| Octal | 270 | 34 | 377 | 34 | 131 | 0 | 0 | 431 | 144 | 67 |
| Binary | 10111000 | 11100 | 11111111 | 11100 | 1011001 | 0 | 0 | 100011001 | 1100100 | 110111 |
Color Harmonies of #B81CFF
Complementary color
Monochromatic Colors of #B81CFF
Black with #B81CFF
Text Example
Text Example
White with #B81CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81CFF; }
p { color: rgb(184,28,255); }
H1.HeaderClassName
{
color: #B81CFF;
}
.AnyTagClassName
{
color: #B81CFF;
}
</style>
background-color css
<style>
a { background-color: #B81CFF; }
a { background-color: rgb(184,28,255); }
div.DivClassName
{
background-color: #B81CFF;
}
.BgClassName
{
background-color: #B81CFF;
}
</style>
border-color css
<style>
span { border-color: #B81CFF; }
span { border-color: rgb(184,28,255); }
td.TdClassName
{
border-color: #B81CFF;
}
.TagClassName
{
border-color: #B81CFF;
}
</style>