Shades of Electric Purple #B800F5
Tints of Electric Purple #B800F5
RGB
CMYK
RGB Variations
Color information
#B800F5 (or 0xB800F5) is known color: Electric Purple. HEX triplet: B8, 00 and F5. RGB value is (184,0,245). Sum of RGB (Red+Green+Blue) = 184+0+245=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 245 (96.09% from 255 or 57.11% from 429); Max value from RGB is 245 - color contains mainly: blue. Hex color #B800F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B800F5 is #47FF0A. Grayscale: #525252. Windows color (decimal): -4718347 or 16056504. OLE color: 16056504.
HSL color Cylindrical-coordinate representation of color #B800F5: hue angle of 285.06º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800F5 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 0 | 245 | - |
| CMYK | 0.25 | 1 | 0 | 0.04 |
| HSL | 285.06º | 1% | 0.48% | - |
| HSV(B) | 285.06º | 1% | 0.96% | - |
| XYZ | 36.25 | 16.78 | 87.72 | - |
| YUV | 82.95 | 219.46 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 245 | 0.25 | 1 | 0 | 0.04 | 285.06 | 1 | 0.48 |
| Hex | B8 | 0 | F5 | 19 | 64 | 0 | 4 | 11D | 64 | 30 |
| Octal | 270 | 0 | 365 | 31 | 144 | 0 | 4 | 435 | 144 | 60 |
| Binary | 10111000 | 0 | 11110101 | 11001 | 1100100 | 0 | 100 | 100011101 | 1100100 | 110000 |
Color Harmonies of #B800F5
Complementary color
Monochromatic Colors of #B800F5
Black with #B800F5
Text Example
Text Example
White with #B800F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800F5; }
p { color: rgb(184,0,245); }
H1.HeaderClassName
{
color: #B800F5;
}
.AnyTagClassName
{
color: #B800F5;
}
</style>
background-color css
<style>
a { background-color: #B800F5; }
a { background-color: rgb(184,0,245); }
div.DivClassName
{
background-color: #B800F5;
}
.BgClassName
{
background-color: #B800F5;
}
</style>
border-color css
<style>
span { border-color: #B800F5; }
span { border-color: rgb(184,0,245); }
td.TdClassName
{
border-color: #B800F5;
}
.TagClassName
{
border-color: #B800F5;
}
</style>