Shades of Electric Purple #B301E1
Tints of Electric Purple #B301E1
RGB
CMYK
RGB Variations
Color information
#B301E1 (or 0xB301E1) is known color: Electric Purple. HEX triplet: B3, 01 and E1. RGB value is (179,1,225). Sum of RGB (Red+Green+Blue) = 179+1+225=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #B301E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B301E1 is #4CFE1E. Grayscale: #4F4F4F. Windows color (decimal): -5045791 or 14746035. OLE color: 14746035.
HSL color Cylindrical-coordinate representation of color #B301E1: hue angle of 287.68º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B301E1 is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 1 | 225 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.12 |
| HSL | 287.68º | 0.99% | 0.44% | - |
| HSV(B) | 287.68º | 1% | 0.88% | - |
| XYZ | 32.19 | 15.04 | 72.44 | - |
| YUV | 79.76 | 209.97 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 225 | 0.20 | 1.00 | 0 | 0.12 | 287.68 | 0.99 | 0.44 |
| Hex | B3 | 1 | E1 | 14 | 64 | 0 | C | 120 | 63 | 2C |
| Octal | 263 | 1 | 341 | 24 | 144 | 0 | 14 | 440 | 143 | 54 |
| Binary | 10110011 | 1 | 11100001 | 10100 | 1100100 | 0 | 1100 | 100100000 | 1100011 | 101100 |
Color Harmonies of #B301E1
Complementary color
Monochromatic Colors of #B301E1
Black with #B301E1
Text Example
Text Example
White with #B301E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B301E1; }
p { color: rgb(179,1,225); }
H1.HeaderClassName
{
color: #B301E1;
}
.AnyTagClassName
{
color: #B301E1;
}
</style>
background-color css
<style>
a { background-color: #B301E1; }
a { background-color: rgb(179,1,225); }
div.DivClassName
{
background-color: #B301E1;
}
.BgClassName
{
background-color: #B301E1;
}
</style>
border-color css
<style>
span { border-color: #B301E1; }
span { border-color: rgb(179,1,225); }
td.TdClassName
{
border-color: #B301E1;
}
.TagClassName
{
border-color: #B301E1;
}
</style>