Shades of Electric Purple #B80BFB
Tints of Electric Purple #B80BFB
RGB
CMYK
RGB Variations
Color information
#B80BFB (or 0xB80BFB) is known color: Electric Purple. HEX triplet: B8, 0B and FB. RGB value is (184,11,251). Sum of RGB (Red+Green+Blue) = 184+11+251=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 11 (4.69% from 255 or 2.47% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #B80BFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80BFB is #47F404. Grayscale: #595959. Windows color (decimal): -4715525 or 16452536. OLE color: 16452536.
HSL color Cylindrical-coordinate representation of color #B80BFB: hue angle of 283.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80BFB is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 11 | 251 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.02 |
| HSL | 283.25º | 0.97% | 0.51% | - |
| HSV(B) | 283.25º | 0.96% | 0.98% | - |
| XYZ | 37.3 | 17.39 | 92.66 | - |
| YUV | 90.09 | 218.81 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 251 | 0.27 | 0.96 | 0 | 0.02 | 283.25 | 0.97 | 0.51 |
| Hex | B8 | B | FB | 1B | 60 | 0 | 2 | 11B | 61 | 33 |
| Octal | 270 | 13 | 373 | 33 | 140 | 0 | 2 | 433 | 141 | 63 |
| Binary | 10111000 | 1011 | 11111011 | 11011 | 1100000 | 0 | 10 | 100011011 | 1100001 | 110011 |
Color Harmonies of #B80BFB
Complementary color
Monochromatic Colors of #B80BFB
Black with #B80BFB
Text Example
Text Example
White with #B80BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80BFB; }
p { color: rgb(184,11,251); }
H1.HeaderClassName
{
color: #B80BFB;
}
.AnyTagClassName
{
color: #B80BFB;
}
</style>
background-color css
<style>
a { background-color: #B80BFB; }
a { background-color: rgb(184,11,251); }
div.DivClassName
{
background-color: #B80BFB;
}
.BgClassName
{
background-color: #B80BFB;
}
</style>
border-color css
<style>
span { border-color: #B80BFB; }
span { border-color: rgb(184,11,251); }
td.TdClassName
{
border-color: #B80BFB;
}
.TagClassName
{
border-color: #B80BFB;
}
</style>