Shades of Electric Purple #B301E0
Tints of Electric Purple #B301E0
RGB
CMYK
RGB Variations
Color information
#B301E0 (or 0xB301E0) is known color: Electric Purple. HEX triplet: B3, 01 and E0. RGB value is (179,1,224). Sum of RGB (Red+Green+Blue) = 179+1+224=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #B301E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B301E0 is #4CFE1F. Grayscale: #4E4E4E. Windows color (decimal): -5045792 or 14680499. OLE color: 14680499.
HSL color Cylindrical-coordinate representation of color #B301E0: hue angle of 287.89º 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 #B301E0 is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 1 | 224 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.12 |
| HSL | 287.89º | 0.99% | 0.44% | - |
| HSV(B) | 287.89º | 1% | 0.88% | - |
| XYZ | 32.06 | 14.99 | 71.72 | - |
| YUV | 79.64 | 209.47 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 224 | 0.20 | 1.00 | 0 | 0.12 | 287.89 | 0.99 | 0.44 |
| Hex | B3 | 1 | E0 | 14 | 64 | 0 | C | 120 | 63 | 2C |
| Octal | 263 | 1 | 340 | 24 | 144 | 0 | 14 | 440 | 143 | 54 |
| Binary | 10110011 | 1 | 11100000 | 10100 | 1100100 | 0 | 1100 | 100100000 | 1100011 | 101100 |
Color Harmonies of #B301E0
Complementary color
Monochromatic Colors of #B301E0
Black with #B301E0
Text Example
Text Example
White with #B301E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B301E0; }
p { color: rgb(179,1,224); }
H1.HeaderClassName
{
color: #B301E0;
}
.AnyTagClassName
{
color: #B301E0;
}
</style>
background-color css
<style>
a { background-color: #B301E0; }
a { background-color: rgb(179,1,224); }
div.DivClassName
{
background-color: #B301E0;
}
.BgClassName
{
background-color: #B301E0;
}
</style>
border-color css
<style>
span { border-color: #B301E0; }
span { border-color: rgb(179,1,224); }
td.TdClassName
{
border-color: #B301E0;
}
.TagClassName
{
border-color: #B301E0;
}
</style>