Shades of Electric Purple #B702FE
Tints of Electric Purple #B702FE
RGB
CMYK
RGB Variations
Color information
#B702FE (or 0xB702FE) is known color: Electric Purple. HEX triplet: B7, 02 and FE. RGB value is (183,2,254). Sum of RGB (Red+Green+Blue) = 183+2+254=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 2 (1.17% from 255 or 0.46% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #B702FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B702FE is #48FD01. Grayscale: #545454. Windows color (decimal): -4783362 or 16646839. OLE color: 16646839.
HSL color Cylindrical-coordinate representation of color #B702FE: hue angle of 283.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702FE is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 2 | 254 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.00 |
| HSL | 283.1º | 0.99% | 0.5% | - |
| HSV(B) | 283.1º | 0.99% | 1% | - |
| XYZ | 37.44 | 17.27 | 95.13 | - |
| YUV | 84.85 | 223.47 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 254 | 0.28 | 0.99 | 0 | 0.00 | 283.1 | 0.99 | 0.5 |
| Hex | B7 | 2 | FE | 1C | 63 | 0 | 0 | 11B | 63 | 32 |
| Octal | 267 | 2 | 376 | 34 | 143 | 0 | 0 | 433 | 143 | 62 |
| Binary | 10110111 | 10 | 11111110 | 11100 | 1100011 | 0 | 0 | 100011011 | 1100011 | 110010 |
Color Harmonies of #B702FE
Complementary color
Monochromatic Colors of #B702FE
Black with #B702FE
Text Example
Text Example
White with #B702FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702FE; }
p { color: rgb(183,2,254); }
H1.HeaderClassName
{
color: #B702FE;
}
.AnyTagClassName
{
color: #B702FE;
}
</style>
background-color css
<style>
a { background-color: #B702FE; }
a { background-color: rgb(183,2,254); }
div.DivClassName
{
background-color: #B702FE;
}
.BgClassName
{
background-color: #B702FE;
}
</style>
border-color css
<style>
span { border-color: #B702FE; }
span { border-color: rgb(183,2,254); }
td.TdClassName
{
border-color: #B702FE;
}
.TagClassName
{
border-color: #B702FE;
}
</style>