Shades of Electric Purple #B808F5
Tints of Electric Purple #B808F5
RGB
CMYK
RGB Variations
Color information
#B808F5 (or 0xB808F5) is known color: Electric Purple. HEX triplet: B8, 08 and F5. RGB value is (184,8,245). Sum of RGB (Red+Green+Blue) = 184+8+245=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 8 (3.52% from 255 or 1.83% from 437); Blue value is 245 (96.09% from 255 or 56.06% from 437); Max value from RGB is 245 - color contains mainly: blue. Hex color #B808F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B808F5 is #47F70A. Grayscale: #565656. Windows color (decimal): -4716299 or 16058552. OLE color: 16058552.
HSL color Cylindrical-coordinate representation of color #B808F5: hue angle of 284.56º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B808F5 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 8 | 245 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.04 |
| HSL | 284.56º | 0.94% | 0.5% | - |
| HSV(B) | 284.56º | 0.97% | 0.96% | - |
| XYZ | 36.34 | 16.96 | 87.74 | - |
| YUV | 87.64 | 216.81 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 245 | 0.25 | 0.97 | 0 | 0.04 | 284.56 | 0.94 | 0.5 |
| Hex | B8 | 8 | F5 | 19 | 61 | 0 | 4 | 11D | 5E | 32 |
| Octal | 270 | 10 | 365 | 31 | 141 | 0 | 4 | 435 | 136 | 62 |
| Binary | 10111000 | 1000 | 11110101 | 11001 | 1100001 | 0 | 100 | 100011101 | 1011110 | 110010 |
Color Harmonies of #B808F5
Complementary color
Monochromatic Colors of #B808F5
Black with #B808F5
Text Example
Text Example
White with #B808F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B808F5; }
p { color: rgb(184,8,245); }
H1.HeaderClassName
{
color: #B808F5;
}
.AnyTagClassName
{
color: #B808F5;
}
</style>
background-color css
<style>
a { background-color: #B808F5; }
a { background-color: rgb(184,8,245); }
div.DivClassName
{
background-color: #B808F5;
}
.BgClassName
{
background-color: #B808F5;
}
</style>
border-color css
<style>
span { border-color: #B808F5; }
span { border-color: rgb(184,8,245); }
td.TdClassName
{
border-color: #B808F5;
}
.TagClassName
{
border-color: #B808F5;
}
</style>