Shades of Electric Purple #B30FE7
Tints of Electric Purple #B30FE7
RGB
CMYK
RGB Variations
Color information
#B30FE7 (or 0xB30FE7) is known color: Electric Purple. HEX triplet: B3, 0F and E7. RGB value is (179,15,231). Sum of RGB (Red+Green+Blue) = 179+15+231=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 231 (90.62% from 255 or 54.35% from 425); Max value from RGB is 231 - color contains mainly: blue. Hex color #B30FE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30FE7 is #4CF018. Grayscale: #575757. Windows color (decimal): -5042201 or 15142835. OLE color: 15142835.
HSL color Cylindrical-coordinate representation of color #B30FE7: hue angle of 285.56º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30FE7 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 15 | 231 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.09 |
| HSL | 285.56º | 0.88% | 0.48% | - |
| HSV(B) | 285.56º | 0.94% | 0.91% | - |
| XYZ | 33.19 | 15.69 | 76.88 | - |
| YUV | 88.66 | 208.33 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 231 | 0.23 | 0.94 | 0 | 0.09 | 285.56 | 0.88 | 0.48 |
| Hex | B3 | F | E7 | 17 | 5E | 0 | 9 | 11E | 58 | 30 |
| Octal | 263 | 17 | 347 | 27 | 136 | 0 | 11 | 436 | 130 | 60 |
| Binary | 10110011 | 1111 | 11100111 | 10111 | 1011110 | 0 | 1001 | 100011110 | 1011000 | 110000 |
Color Harmonies of #B30FE7
Complementary color
Monochromatic Colors of #B30FE7
Black with #B30FE7
Text Example
Text Example
White with #B30FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30FE7; }
p { color: rgb(179,15,231); }
H1.HeaderClassName
{
color: #B30FE7;
}
.AnyTagClassName
{
color: #B30FE7;
}
</style>
background-color css
<style>
a { background-color: #B30FE7; }
a { background-color: rgb(179,15,231); }
div.DivClassName
{
background-color: #B30FE7;
}
.BgClassName
{
background-color: #B30FE7;
}
</style>
border-color css
<style>
span { border-color: #B30FE7; }
span { border-color: rgb(179,15,231); }
td.TdClassName
{
border-color: #B30FE7;
}
.TagClassName
{
border-color: #B30FE7;
}
</style>