Shades of Electric Purple #B702F6
Tints of Electric Purple #B702F6
RGB
CMYK
RGB Variations
Color information
#B702F6 (or 0xB702F6) is known color: Electric Purple. HEX triplet: B7, 02 and F6. RGB value is (183,2,246). Sum of RGB (Red+Green+Blue) = 183+2+246=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 246 (96.48% from 255 or 57.08% from 431); Max value from RGB is 246 - color contains mainly: blue. Hex color #B702F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B702F6 is #48FD09. Grayscale: #535353. Windows color (decimal): -4783370 or 16122551. OLE color: 16122551.
HSL color Cylindrical-coordinate representation of color #B702F6: hue angle of 284.51º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702F6 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 2 | 246 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.04 |
| HSL | 284.51º | 0.98% | 0.49% | - |
| HSV(B) | 284.51º | 0.99% | 0.96% | - |
| XYZ | 36.18 | 16.76 | 88.52 | - |
| YUV | 83.94 | 219.47 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 246 | 0.26 | 0.99 | 0 | 0.04 | 284.51 | 0.98 | 0.49 |
| Hex | B7 | 2 | F6 | 1A | 63 | 0 | 4 | 11D | 62 | 31 |
| Octal | 267 | 2 | 366 | 32 | 143 | 0 | 4 | 435 | 142 | 61 |
| Binary | 10110111 | 10 | 11110110 | 11010 | 1100011 | 0 | 100 | 100011101 | 1100010 | 110001 |
Color Harmonies of #B702F6
Complementary color
Monochromatic Colors of #B702F6
Black with #B702F6
Text Example
Text Example
White with #B702F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702F6; }
p { color: rgb(183,2,246); }
H1.HeaderClassName
{
color: #B702F6;
}
.AnyTagClassName
{
color: #B702F6;
}
</style>
background-color css
<style>
a { background-color: #B702F6; }
a { background-color: rgb(183,2,246); }
div.DivClassName
{
background-color: #B702F6;
}
.BgClassName
{
background-color: #B702F6;
}
</style>
border-color css
<style>
span { border-color: #B702F6; }
span { border-color: rgb(183,2,246); }
td.TdClassName
{
border-color: #B702F6;
}
.TagClassName
{
border-color: #B702F6;
}
</style>