Shades of Electric Purple #B010F7
Tints of Electric Purple #B010F7
RGB
CMYK
RGB Variations
Color information
#B010F7 (or 0xB010F7) is known color: Electric Purple. HEX triplet: B0, 10 and F7. RGB value is (176,16,247). Sum of RGB (Red+Green+Blue) = 176+16+247=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 247 (96.88% from 255 or 56.26% from 439); Max value from RGB is 247 - color contains mainly: blue. Hex color #B010F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B010F7 is #4FEF08. Grayscale: #595959. Windows color (decimal): -5238537 or 16191664. OLE color: 16191664.
HSL color Cylindrical-coordinate representation of color #B010F7: hue angle of 281.56º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B010F7 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 16 | 247 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.03 |
| HSL | 281.56º | 0.94% | 0.52% | - |
| HSV(B) | 281.56º | 0.94% | 0.97% | - |
| XYZ | 34.88 | 16.32 | 89.31 | - |
| YUV | 90.17 | 216.51 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 247 | 0.29 | 0.94 | 0 | 0.03 | 281.56 | 0.94 | 0.52 |
| Hex | B0 | 10 | F7 | 1D | 5E | 0 | 3 | 11A | 5E | 34 |
| Octal | 260 | 20 | 367 | 35 | 136 | 0 | 3 | 432 | 136 | 64 |
| Binary | 10110000 | 10000 | 11110111 | 11101 | 1011110 | 0 | 11 | 100011010 | 1011110 | 110100 |
Color Harmonies of #B010F7
Complementary color
Monochromatic Colors of #B010F7
Black with #B010F7
Text Example
Text Example
White with #B010F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B010F7; }
p { color: rgb(176,16,247); }
H1.HeaderClassName
{
color: #B010F7;
}
.AnyTagClassName
{
color: #B010F7;
}
</style>
background-color css
<style>
a { background-color: #B010F7; }
a { background-color: rgb(176,16,247); }
div.DivClassName
{
background-color: #B010F7;
}
.BgClassName
{
background-color: #B010F7;
}
</style>
border-color css
<style>
span { border-color: #B010F7; }
span { border-color: rgb(176,16,247); }
td.TdClassName
{
border-color: #B010F7;
}
.TagClassName
{
border-color: #B010F7;
}
</style>