Shades of Electric Purple #B702FB
Tints of Electric Purple #B702FB
RGB
CMYK
RGB Variations
Color information
#B702FB (or 0xB702FB) is known color: Electric Purple. HEX triplet: B7, 02 and FB. RGB value is (183,2,251). Sum of RGB (Red+Green+Blue) = 183+2+251=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 2 (1.17% from 255 or 0.46% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #B702FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B702FB is #48FD04. Grayscale: #535353. Windows color (decimal): -4783365 or 16450231. OLE color: 16450231.
HSL color Cylindrical-coordinate representation of color #B702FB: hue angle of 283.61º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702FB is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 2 | 251 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.02 |
| HSL | 283.61º | 0.98% | 0.5% | - |
| HSV(B) | 283.61º | 0.99% | 0.98% | - |
| XYZ | 36.96 | 17.08 | 92.61 | - |
| YUV | 84.51 | 221.97 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 251 | 0.27 | 0.99 | 0 | 0.02 | 283.61 | 0.98 | 0.5 |
| Hex | B7 | 2 | FB | 1B | 63 | 0 | 2 | 11C | 62 | 32 |
| Octal | 267 | 2 | 373 | 33 | 143 | 0 | 2 | 434 | 142 | 62 |
| Binary | 10110111 | 10 | 11111011 | 11011 | 1100011 | 0 | 10 | 100011100 | 1100010 | 110010 |
Color Harmonies of #B702FB
Complementary color
Monochromatic Colors of #B702FB
Black with #B702FB
Text Example
Text Example
White with #B702FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702FB; }
p { color: rgb(183,2,251); }
H1.HeaderClassName
{
color: #B702FB;
}
.AnyTagClassName
{
color: #B702FB;
}
</style>
background-color css
<style>
a { background-color: #B702FB; }
a { background-color: rgb(183,2,251); }
div.DivClassName
{
background-color: #B702FB;
}
.BgClassName
{
background-color: #B702FB;
}
</style>
border-color css
<style>
span { border-color: #B702FB; }
span { border-color: rgb(183,2,251); }
td.TdClassName
{
border-color: #B702FB;
}
.TagClassName
{
border-color: #B702FB;
}
</style>