Shades of Electric Purple #B800F2
Tints of Electric Purple #B800F2
RGB
CMYK
RGB Variations
Color information
#B800F2 (or 0xB800F2) is known color: Electric Purple. HEX triplet: B8, 00 and F2. RGB value is (184,0,242). Sum of RGB (Red+Green+Blue) = 184+0+242=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 242 (94.92% from 255 or 56.81% from 426); Max value from RGB is 242 - color contains mainly: blue. Hex color #B800F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B800F2 is #47FF0D. Grayscale: #515151. Windows color (decimal): -4718350 or 15859896. OLE color: 15859896.
HSL color Cylindrical-coordinate representation of color #B800F2: hue angle of 285.62º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800F2 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 0 | 242 | - |
| CMYK | 0.24 | 1 | 0 | 0.05 |
| HSL | 285.62º | 1% | 0.47% | - |
| HSV(B) | 285.62º | 1% | 0.95% | - |
| XYZ | 35.79 | 16.6 | 85.32 | - |
| YUV | 82.6 | 217.96 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 242 | 0.24 | 1 | 0 | 0.05 | 285.62 | 1 | 0.47 |
| Hex | B8 | 0 | F2 | 18 | 64 | 0 | 5 | 11E | 64 | 2F |
| Octal | 270 | 0 | 362 | 30 | 144 | 0 | 5 | 436 | 144 | 57 |
| Binary | 10111000 | 0 | 11110010 | 11000 | 1100100 | 0 | 101 | 100011110 | 1100100 | 101111 |
Color Harmonies of #B800F2
Complementary color
Monochromatic Colors of #B800F2
Black with #B800F2
Text Example
Text Example
White with #B800F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800F2; }
p { color: rgb(184,0,242); }
H1.HeaderClassName
{
color: #B800F2;
}
.AnyTagClassName
{
color: #B800F2;
}
</style>
background-color css
<style>
a { background-color: #B800F2; }
a { background-color: rgb(184,0,242); }
div.DivClassName
{
background-color: #B800F2;
}
.BgClassName
{
background-color: #B800F2;
}
</style>
border-color css
<style>
span { border-color: #B800F2; }
span { border-color: rgb(184,0,242); }
td.TdClassName
{
border-color: #B800F2;
}
.TagClassName
{
border-color: #B800F2;
}
</style>