Shades of Electric Purple #B811FB
Tints of Electric Purple #B811FB
RGB
CMYK
RGB Variations
Color information
#B811FB (or 0xB811FB) is known color: Electric Purple. HEX triplet: B8, 11 and FB. RGB value is (184,17,251). Sum of RGB (Red+Green+Blue) = 184+17+251=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 17 (7.03% from 255 or 3.76% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #B811FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B811FB is #47EE04. Grayscale: #5C5C5C. Windows color (decimal): -4713989 or 16454072. OLE color: 16454072.
HSL color Cylindrical-coordinate representation of color #B811FB: hue angle of 282.82º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B811FB is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 17 | 251 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.02 |
| HSL | 282.82º | 0.97% | 0.53% | - |
| HSV(B) | 282.82º | 0.93% | 0.98% | - |
| XYZ | 37.38 | 17.56 | 92.69 | - |
| YUV | 93.61 | 216.83 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 251 | 0.27 | 0.93 | 0 | 0.02 | 282.82 | 0.97 | 0.53 |
| Hex | B8 | 11 | FB | 1B | 5D | 0 | 2 | 11B | 61 | 35 |
| Octal | 270 | 21 | 373 | 33 | 135 | 0 | 2 | 433 | 141 | 65 |
| Binary | 10111000 | 10001 | 11111011 | 11011 | 1011101 | 0 | 10 | 100011011 | 1100001 | 110101 |
Color Harmonies of #B811FB
Complementary color
Monochromatic Colors of #B811FB
Black with #B811FB
Text Example
Text Example
White with #B811FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B811FB; }
p { color: rgb(184,17,251); }
H1.HeaderClassName
{
color: #B811FB;
}
.AnyTagClassName
{
color: #B811FB;
}
</style>
background-color css
<style>
a { background-color: #B811FB; }
a { background-color: rgb(184,17,251); }
div.DivClassName
{
background-color: #B811FB;
}
.BgClassName
{
background-color: #B811FB;
}
</style>
border-color css
<style>
span { border-color: #B811FB; }
span { border-color: rgb(184,17,251); }
td.TdClassName
{
border-color: #B811FB;
}
.TagClassName
{
border-color: #B811FB;
}
</style>