Shades of Electric Purple #B807F2
Tints of Electric Purple #B807F2
RGB
CMYK
RGB Variations
Color information
#B807F2 (or 0xB807F2) is known color: Electric Purple. HEX triplet: B8, 07 and F2. RGB value is (184,7,242). Sum of RGB (Red+Green+Blue) = 184+7+242=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 242 (94.92% from 255 or 55.89% from 433); Max value from RGB is 242 - color contains mainly: blue. Hex color #B807F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B807F2 is #47F80D. Grayscale: #555555. Windows color (decimal): -4716558 or 15861688. OLE color: 15861688.
HSL color Cylindrical-coordinate representation of color #B807F2: hue angle of 285.19º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B807F2 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 7 | 242 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.05 |
| HSL | 285.19º | 0.94% | 0.49% | - |
| HSV(B) | 285.19º | 0.97% | 0.95% | - |
| XYZ | 35.87 | 16.75 | 85.35 | - |
| YUV | 86.71 | 215.64 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 242 | 0.24 | 0.97 | 0 | 0.05 | 285.19 | 0.94 | 0.49 |
| Hex | B8 | 7 | F2 | 18 | 61 | 0 | 5 | 11D | 5E | 31 |
| Octal | 270 | 7 | 362 | 30 | 141 | 0 | 5 | 435 | 136 | 61 |
| Binary | 10111000 | 111 | 11110010 | 11000 | 1100001 | 0 | 101 | 100011101 | 1011110 | 110001 |
Color Harmonies of #B807F2
Complementary color
Monochromatic Colors of #B807F2
Black with #B807F2
Text Example
Text Example
White with #B807F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B807F2; }
p { color: rgb(184,7,242); }
H1.HeaderClassName
{
color: #B807F2;
}
.AnyTagClassName
{
color: #B807F2;
}
</style>
background-color css
<style>
a { background-color: #B807F2; }
a { background-color: rgb(184,7,242); }
div.DivClassName
{
background-color: #B807F2;
}
.BgClassName
{
background-color: #B807F2;
}
</style>
border-color css
<style>
span { border-color: #B807F2; }
span { border-color: rgb(184,7,242); }
td.TdClassName
{
border-color: #B807F2;
}
.TagClassName
{
border-color: #B807F2;
}
</style>