Shades of Electric Purple #B30FE5
Tints of Electric Purple #B30FE5
RGB
CMYK
RGB Variations
Color information
#B30FE5 (or 0xB30FE5) is known color: Electric Purple. HEX triplet: B3, 0F and E5. RGB value is (179,15,229). Sum of RGB (Red+Green+Blue) = 179+15+229=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #B30FE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30FE5 is #4CF01A. Grayscale: #575757. Windows color (decimal): -5042203 or 15011763. OLE color: 15011763.
HSL color Cylindrical-coordinate representation of color #B30FE5: hue angle of 285.98º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30FE5 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 15 | 229 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.10 |
| HSL | 285.98º | 0.88% | 0.48% | - |
| HSV(B) | 285.98º | 0.93% | 0.9% | - |
| XYZ | 32.9 | 15.58 | 75.4 | - |
| YUV | 88.43 | 207.33 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 229 | 0.22 | 0.93 | 0 | 0.10 | 285.98 | 0.88 | 0.48 |
| Hex | B3 | F | E5 | 16 | 5D | 0 | A | 11E | 58 | 30 |
| Octal | 263 | 17 | 345 | 26 | 135 | 0 | 12 | 436 | 130 | 60 |
| Binary | 10110011 | 1111 | 11100101 | 10110 | 1011101 | 0 | 1010 | 100011110 | 1011000 | 110000 |
Color Harmonies of #B30FE5
Complementary color
Monochromatic Colors of #B30FE5
Black with #B30FE5
Text Example
Text Example
White with #B30FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30FE5; }
p { color: rgb(179,15,229); }
H1.HeaderClassName
{
color: #B30FE5;
}
.AnyTagClassName
{
color: #B30FE5;
}
</style>
background-color css
<style>
a { background-color: #B30FE5; }
a { background-color: rgb(179,15,229); }
div.DivClassName
{
background-color: #B30FE5;
}
.BgClassName
{
background-color: #B30FE5;
}
</style>
border-color css
<style>
span { border-color: #B30FE5; }
span { border-color: rgb(179,15,229); }
td.TdClassName
{
border-color: #B30FE5;
}
.TagClassName
{
border-color: #B30FE5;
}
</style>