Shades of Electric Purple #B80CF5
Tints of Electric Purple #B80CF5
RGB
CMYK
RGB Variations
Color information
#B80CF5 (or 0xB80CF5) is known color: Electric Purple. HEX triplet: B8, 0C and F5. RGB value is (184,12,245). Sum of RGB (Red+Green+Blue) = 184+12+245=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 245 (96.09% from 255 or 55.56% from 441); Max value from RGB is 245 - color contains mainly: blue. Hex color #B80CF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80CF5 is #47F30A. Grayscale: #595959. Windows color (decimal): -4715275 or 16059576. OLE color: 16059576.
HSL color Cylindrical-coordinate representation of color #B80CF5: hue angle of 284.29º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80CF5 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 12 | 245 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.04 |
| HSL | 284.29º | 0.92% | 0.5% | - |
| HSV(B) | 284.29º | 0.95% | 0.96% | - |
| XYZ | 36.38 | 17.05 | 87.76 | - |
| YUV | 89.99 | 215.48 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 245 | 0.25 | 0.95 | 0 | 0.04 | 284.29 | 0.92 | 0.5 |
| Hex | B8 | C | F5 | 19 | 5F | 0 | 4 | 11C | 5C | 32 |
| Octal | 270 | 14 | 365 | 31 | 137 | 0 | 4 | 434 | 134 | 62 |
| Binary | 10111000 | 1100 | 11110101 | 11001 | 1011111 | 0 | 100 | 100011100 | 1011100 | 110010 |
Color Harmonies of #B80CF5
Complementary color
Monochromatic Colors of #B80CF5
Black with #B80CF5
Text Example
Text Example
White with #B80CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CF5; }
p { color: rgb(184,12,245); }
H1.HeaderClassName
{
color: #B80CF5;
}
.AnyTagClassName
{
color: #B80CF5;
}
</style>
background-color css
<style>
a { background-color: #B80CF5; }
a { background-color: rgb(184,12,245); }
div.DivClassName
{
background-color: #B80CF5;
}
.BgClassName
{
background-color: #B80CF5;
}
</style>
border-color css
<style>
span { border-color: #B80CF5; }
span { border-color: rgb(184,12,245); }
td.TdClassName
{
border-color: #B80CF5;
}
.TagClassName
{
border-color: #B80CF5;
}
</style>