Shades of Electric Purple #B30FE1
Tints of Electric Purple #B30FE1
RGB
CMYK
RGB Variations
Color information
#B30FE1 (or 0xB30FE1) is known color: Electric Purple. HEX triplet: B3, 0F and E1. RGB value is (179,15,225). Sum of RGB (Red+Green+Blue) = 179+15+225=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 225 (88.28% from 255 or 53.70% from 419); Max value from RGB is 225 - color contains mainly: blue. Hex color #B30FE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30FE1 is #4CF01E. Grayscale: #575757. Windows color (decimal): -5042207 or 14749619. OLE color: 14749619.
HSL color Cylindrical-coordinate representation of color #B30FE1: hue angle of 286.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30FE1 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 15 | 225 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.12 |
| HSL | 286.86º | 0.88% | 0.47% | - |
| HSV(B) | 286.86º | 0.93% | 0.88% | - |
| XYZ | 32.35 | 15.36 | 72.49 | - |
| YUV | 87.98 | 205.33 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 225 | 0.20 | 0.93 | 0 | 0.12 | 286.86 | 0.88 | 0.47 |
| Hex | B3 | F | E1 | 14 | 5D | 0 | C | 11F | 58 | 2F |
| Octal | 263 | 17 | 341 | 24 | 135 | 0 | 14 | 437 | 130 | 57 |
| Binary | 10110011 | 1111 | 11100001 | 10100 | 1011101 | 0 | 1100 | 100011111 | 1011000 | 101111 |
Color Harmonies of #B30FE1
Complementary color
Monochromatic Colors of #B30FE1
Black with #B30FE1
Text Example
Text Example
White with #B30FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30FE1; }
p { color: rgb(179,15,225); }
H1.HeaderClassName
{
color: #B30FE1;
}
.AnyTagClassName
{
color: #B30FE1;
}
</style>
background-color css
<style>
a { background-color: #B30FE1; }
a { background-color: rgb(179,15,225); }
div.DivClassName
{
background-color: #B30FE1;
}
.BgClassName
{
background-color: #B30FE1;
}
</style>
border-color css
<style>
span { border-color: #B30FE1; }
span { border-color: rgb(179,15,225); }
td.TdClassName
{
border-color: #B30FE1;
}
.TagClassName
{
border-color: #B30FE1;
}
</style>