Shades of Electric Purple #B802F0
Tints of Electric Purple #B802F0
RGB
CMYK
RGB Variations
Color information
#B802F0 (or 0xB802F0) is known color: Electric Purple. HEX triplet: B8, 02 and F0. RGB value is (184,2,240). Sum of RGB (Red+Green+Blue) = 184+2+240=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #B802F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B802F0 is #47FD0F. Grayscale: #525252. Windows color (decimal): -4717840 or 15729336. OLE color: 15729336.
HSL color Cylindrical-coordinate representation of color #B802F0: hue angle of 285.88º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B802F0 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 2 | 240 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.06 |
| HSL | 285.88º | 0.98% | 0.47% | - |
| HSV(B) | 285.88º | 0.99% | 0.94% | - |
| XYZ | 35.52 | 16.53 | 83.76 | - |
| YUV | 83.55 | 216.3 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 240 | 0.23 | 0.99 | 0 | 0.06 | 285.88 | 0.98 | 0.47 |
| Hex | B8 | 2 | F0 | 17 | 63 | 0 | 6 | 11E | 62 | 2F |
| Octal | 270 | 2 | 360 | 27 | 143 | 0 | 6 | 436 | 142 | 57 |
| Binary | 10111000 | 10 | 11110000 | 10111 | 1100011 | 0 | 110 | 100011110 | 1100010 | 101111 |
Color Harmonies of #B802F0
Complementary color
Monochromatic Colors of #B802F0
Black with #B802F0
Text Example
Text Example
White with #B802F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B802F0; }
p { color: rgb(184,2,240); }
H1.HeaderClassName
{
color: #B802F0;
}
.AnyTagClassName
{
color: #B802F0;
}
</style>
background-color css
<style>
a { background-color: #B802F0; }
a { background-color: rgb(184,2,240); }
div.DivClassName
{
background-color: #B802F0;
}
.BgClassName
{
background-color: #B802F0;
}
</style>
border-color css
<style>
span { border-color: #B802F0; }
span { border-color: rgb(184,2,240); }
td.TdClassName
{
border-color: #B802F0;
}
.TagClassName
{
border-color: #B802F0;
}
</style>