Shades of Electric Purple #B30FE0
Tints of Electric Purple #B30FE0
RGB
CMYK
RGB Variations
Color information
#B30FE0 (or 0xB30FE0) is known color: Electric Purple. HEX triplet: B3, 0F and E0. RGB value is (179,15,224). Sum of RGB (Red+Green+Blue) = 179+15+224=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #B30FE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30FE0 is #4CF01F. Grayscale: #575757. Windows color (decimal): -5042208 or 14684083. OLE color: 14684083.
HSL color Cylindrical-coordinate representation of color #B30FE0: hue angle of 287.08º degrees, saturation: 0.87, 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 #B30FE0 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 15 | 224 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.12 |
| HSL | 287.08º | 0.87% | 0.47% | - |
| HSV(B) | 287.08º | 0.93% | 0.88% | - |
| XYZ | 32.22 | 15.31 | 71.78 | - |
| YUV | 87.86 | 204.83 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 224 | 0.20 | 0.93 | 0 | 0.12 | 287.08 | 0.87 | 0.47 |
| Hex | B3 | F | E0 | 14 | 5D | 0 | C | 11F | 57 | 2F |
| Octal | 263 | 17 | 340 | 24 | 135 | 0 | 14 | 437 | 127 | 57 |
| Binary | 10110011 | 1111 | 11100000 | 10100 | 1011101 | 0 | 1100 | 100011111 | 1010111 | 101111 |
Color Harmonies of #B30FE0
Complementary color
Monochromatic Colors of #B30FE0
Black with #B30FE0
Text Example
Text Example
White with #B30FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30FE0; }
p { color: rgb(179,15,224); }
H1.HeaderClassName
{
color: #B30FE0;
}
.AnyTagClassName
{
color: #B30FE0;
}
</style>
background-color css
<style>
a { background-color: #B30FE0; }
a { background-color: rgb(179,15,224); }
div.DivClassName
{
background-color: #B30FE0;
}
.BgClassName
{
background-color: #B30FE0;
}
</style>
border-color css
<style>
span { border-color: #B30FE0; }
span { border-color: rgb(179,15,224); }
td.TdClassName
{
border-color: #B30FE0;
}
.TagClassName
{
border-color: #B30FE0;
}
</style>