Shades of Electric Purple #B816FF
Tints of Electric Purple #B816FF
RGB
CMYK
RGB Variations
Color information
#B816FF (or 0xB816FF) is known color: Electric Purple. HEX triplet: B8, 16 and FF. RGB value is (184,22,255). Sum of RGB (Red+Green+Blue) = 184+22+255=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #B816FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B816FF is #47E900. Grayscale: #606060. Windows color (decimal): -4712705 or 16717496. OLE color: 16717496.
HSL color Cylindrical-coordinate representation of color #B816FF: hue angle of 281.72º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B816FF is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 22 | 255 | - |
| CMYK | 0.28 | 0.91 | 0 | 0 |
| HSL | 281.72º | 1% | 0.54% | - |
| HSV(B) | 281.72º | 0.91% | 1% | - |
| XYZ | 38.1 | 17.98 | 96.07 | - |
| YUV | 97 | 217.17 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 255 | 0.28 | 0.91 | 0 | 0 | 281.72 | 1 | 0.54 |
| Hex | B8 | 16 | FF | 1C | 5B | 0 | 0 | 11A | 64 | 36 |
| Octal | 270 | 26 | 377 | 34 | 133 | 0 | 0 | 432 | 144 | 66 |
| Binary | 10111000 | 10110 | 11111111 | 11100 | 1011011 | 0 | 0 | 100011010 | 1100100 | 110110 |
Color Harmonies of #B816FF
Complementary color
Monochromatic Colors of #B816FF
Black with #B816FF
Text Example
Text Example
White with #B816FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B816FF; }
p { color: rgb(184,22,255); }
H1.HeaderClassName
{
color: #B816FF;
}
.AnyTagClassName
{
color: #B816FF;
}
</style>
background-color css
<style>
a { background-color: #B816FF; }
a { background-color: rgb(184,22,255); }
div.DivClassName
{
background-color: #B816FF;
}
.BgClassName
{
background-color: #B816FF;
}
</style>
border-color css
<style>
span { border-color: #B816FF; }
span { border-color: rgb(184,22,255); }
td.TdClassName
{
border-color: #B816FF;
}
.TagClassName
{
border-color: #B816FF;
}
</style>