Shades of Electric Purple #B80FFB
Tints of Electric Purple #B80FFB
RGB
CMYK
RGB Variations
Color information
#B80FFB (or 0xB80FFB) is known color: Electric Purple. HEX triplet: B8, 0F and FB. RGB value is (184,15,251). Sum of RGB (Red+Green+Blue) = 184+15+251=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 15 (6.25% from 255 or 3.33% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #B80FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80FFB is #47F004. Grayscale: #5B5B5B. Windows color (decimal): -4714501 or 16453560. OLE color: 16453560.
HSL color Cylindrical-coordinate representation of color #B80FFB: hue angle of 282.97º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80FFB is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 15 | 251 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.02 |
| HSL | 282.97º | 0.97% | 0.52% | - |
| HSV(B) | 282.97º | 0.94% | 0.98% | - |
| XYZ | 37.35 | 17.5 | 92.68 | - |
| YUV | 92.44 | 217.49 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 251 | 0.27 | 0.94 | 0 | 0.02 | 282.97 | 0.97 | 0.52 |
| Hex | B8 | F | FB | 1B | 5E | 0 | 2 | 11B | 61 | 34 |
| Octal | 270 | 17 | 373 | 33 | 136 | 0 | 2 | 433 | 141 | 64 |
| Binary | 10111000 | 1111 | 11111011 | 11011 | 1011110 | 0 | 10 | 100011011 | 1100001 | 110100 |
Color Harmonies of #B80FFB
Complementary color
Monochromatic Colors of #B80FFB
Black with #B80FFB
Text Example
Text Example
White with #B80FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80FFB; }
p { color: rgb(184,15,251); }
H1.HeaderClassName
{
color: #B80FFB;
}
.AnyTagClassName
{
color: #B80FFB;
}
</style>
background-color css
<style>
a { background-color: #B80FFB; }
a { background-color: rgb(184,15,251); }
div.DivClassName
{
background-color: #B80FFB;
}
.BgClassName
{
background-color: #B80FFB;
}
</style>
border-color css
<style>
span { border-color: #B80FFB; }
span { border-color: rgb(184,15,251); }
td.TdClassName
{
border-color: #B80FFB;
}
.TagClassName
{
border-color: #B80FFB;
}
</style>