Shades of Electric Purple #B30BE1
Tints of Electric Purple #B30BE1
RGB
CMYK
RGB Variations
Color information
#B30BE1 (or 0xB30BE1) is known color: Electric Purple. HEX triplet: B3, 0B and E1. RGB value is (179,11,225). Sum of RGB (Red+Green+Blue) = 179+11+225=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 225 (88.28% from 255 or 54.22% from 415); Max value from RGB is 225 - color contains mainly: blue. Hex color #B30BE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30BE1 is #4CF41E. Grayscale: #545454. Windows color (decimal): -5043231 or 14748595. OLE color: 14748595.
HSL color Cylindrical-coordinate representation of color #B30BE1: hue angle of 287.1º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30BE1 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 11 | 225 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.12 |
| HSL | 287.1º | 0.91% | 0.46% | - |
| HSV(B) | 287.1º | 0.95% | 0.88% | - |
| XYZ | 32.3 | 15.26 | 72.48 | - |
| YUV | 85.63 | 206.66 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 225 | 0.20 | 0.95 | 0 | 0.12 | 287.1 | 0.91 | 0.46 |
| Hex | B3 | B | E1 | 14 | 5F | 0 | C | 11F | 5B | 2E |
| Octal | 263 | 13 | 341 | 24 | 137 | 0 | 14 | 437 | 133 | 56 |
| Binary | 10110011 | 1011 | 11100001 | 10100 | 1011111 | 0 | 1100 | 100011111 | 1011011 | 101110 |
Color Harmonies of #B30BE1
Complementary color
Monochromatic Colors of #B30BE1
Black with #B30BE1
Text Example
Text Example
White with #B30BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BE1; }
p { color: rgb(179,11,225); }
H1.HeaderClassName
{
color: #B30BE1;
}
.AnyTagClassName
{
color: #B30BE1;
}
</style>
background-color css
<style>
a { background-color: #B30BE1; }
a { background-color: rgb(179,11,225); }
div.DivClassName
{
background-color: #B30BE1;
}
.BgClassName
{
background-color: #B30BE1;
}
</style>
border-color css
<style>
span { border-color: #B30BE1; }
span { border-color: rgb(179,11,225); }
td.TdClassName
{
border-color: #B30BE1;
}
.TagClassName
{
border-color: #B30BE1;
}
</style>