Shades of Electric Purple #B007FE
Tints of Electric Purple #B007FE
RGB
CMYK
RGB Variations
Color information
#B007FE (or 0xB007FE) is known color: Electric Purple. HEX triplet: B0, 07 and FE. RGB value is (176,7,254). Sum of RGB (Red+Green+Blue) = 176+7+254=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 7 (3.12% from 255 or 1.60% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #B007FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B007FE is #4FF801. Grayscale: #545454. Windows color (decimal): -5240834 or 16648112. OLE color: 16648112.
HSL color Cylindrical-coordinate representation of color #B007FE: hue angle of 281.05º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B007FE is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 7 | 254 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.00 |
| HSL | 281.05º | 0.99% | 0.51% | - |
| HSV(B) | 281.05º | 0.97% | 1% | - |
| XYZ | 35.87 | 16.54 | 95.07 | - |
| YUV | 85.69 | 222.99 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 254 | 0.31 | 0.97 | 0 | 0.00 | 281.05 | 0.99 | 0.51 |
| Hex | B0 | 7 | FE | 1F | 61 | 0 | 0 | 119 | 63 | 33 |
| Octal | 260 | 7 | 376 | 37 | 141 | 0 | 0 | 431 | 143 | 63 |
| Binary | 10110000 | 111 | 11111110 | 11111 | 1100001 | 0 | 0 | 100011001 | 1100011 | 110011 |
Color Harmonies of #B007FE
Complementary color
Monochromatic Colors of #B007FE
Black with #B007FE
Text Example
Text Example
White with #B007FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B007FE; }
p { color: rgb(176,7,254); }
H1.HeaderClassName
{
color: #B007FE;
}
.AnyTagClassName
{
color: #B007FE;
}
</style>
background-color css
<style>
a { background-color: #B007FE; }
a { background-color: rgb(176,7,254); }
div.DivClassName
{
background-color: #B007FE;
}
.BgClassName
{
background-color: #B007FE;
}
</style>
border-color css
<style>
span { border-color: #B007FE; }
span { border-color: rgb(176,7,254); }
td.TdClassName
{
border-color: #B007FE;
}
.TagClassName
{
border-color: #B007FE;
}
</style>