Shades of Electric Purple #B811FA
Tints of Electric Purple #B811FA
RGB
CMYK
RGB Variations
Color information
#B811FA (or 0xB811FA) is known color: Electric Purple. HEX triplet: B8, 11 and FA. RGB value is (184,17,250). Sum of RGB (Red+Green+Blue) = 184+17+250=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 17 (7.03% from 255 or 3.77% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #B811FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B811FA is #47EE05. Grayscale: #5C5C5C. Windows color (decimal): -4713990 or 16388536. OLE color: 16388536.
HSL color Cylindrical-coordinate representation of color #B811FA: hue angle of 283º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B811FA is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 17 | 250 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.02 |
| HSL | 283º | 0.96% | 0.52% | - |
| HSV(B) | 283º | 0.93% | 0.98% | - |
| XYZ | 37.22 | 17.49 | 91.86 | - |
| YUV | 93.5 | 216.33 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 250 | 0.26 | 0.93 | 0 | 0.02 | 283 | 0.96 | 0.52 |
| Hex | B8 | 11 | FA | 1A | 5D | 0 | 2 | 11B | 60 | 34 |
| Octal | 270 | 21 | 372 | 32 | 135 | 0 | 2 | 433 | 140 | 64 |
| Binary | 10111000 | 10001 | 11111010 | 11010 | 1011101 | 0 | 10 | 100011011 | 1100000 | 110100 |
Color Harmonies of #B811FA
Complementary color
Monochromatic Colors of #B811FA
Black with #B811FA
Text Example
Text Example
White with #B811FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B811FA; }
p { color: rgb(184,17,250); }
H1.HeaderClassName
{
color: #B811FA;
}
.AnyTagClassName
{
color: #B811FA;
}
</style>
background-color css
<style>
a { background-color: #B811FA; }
a { background-color: rgb(184,17,250); }
div.DivClassName
{
background-color: #B811FA;
}
.BgClassName
{
background-color: #B811FA;
}
</style>
border-color css
<style>
span { border-color: #B811FA; }
span { border-color: rgb(184,17,250); }
td.TdClassName
{
border-color: #B811FA;
}
.TagClassName
{
border-color: #B811FA;
}
</style>