Shades of Electric Purple #B601E1
Tints of Electric Purple #B601E1
RGB
CMYK
RGB Variations
Color information
#B601E1 (or 0xB601E1) is known color: Electric Purple. HEX triplet: B6, 01 and E1. RGB value is (182,1,225). Sum of RGB (Red+Green+Blue) = 182+1+225=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 225 (88.28% from 255 or 55.15% from 408); Max value from RGB is 225 - color contains mainly: blue. Hex color #B601E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B601E1 is #49FE1E. Grayscale: #4F4F4F. Windows color (decimal): -4849183 or 14746038. OLE color: 14746038.
HSL color Cylindrical-coordinate representation of color #B601E1: hue angle of 288.48º 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 #B601E1 is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 1 | 225 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.12 |
| HSL | 288.48º | 0.99% | 0.44% | - |
| HSV(B) | 288.48º | 1% | 0.88% | - |
| XYZ | 32.89 | 15.4 | 72.47 | - |
| YUV | 80.66 | 209.47 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 225 | 0.19 | 1.00 | 0 | 0.12 | 288.48 | 0.99 | 0.44 |
| Hex | B6 | 1 | E1 | 13 | 64 | 0 | C | 120 | 63 | 2C |
| Octal | 266 | 1 | 341 | 23 | 144 | 0 | 14 | 440 | 143 | 54 |
| Binary | 10110110 | 1 | 11100001 | 10011 | 1100100 | 0 | 1100 | 100100000 | 1100011 | 101100 |
Color Harmonies of #B601E1
Complementary color
Monochromatic Colors of #B601E1
Black with #B601E1
Text Example
Text Example
White with #B601E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B601E1; }
p { color: rgb(182,1,225); }
H1.HeaderClassName
{
color: #B601E1;
}
.AnyTagClassName
{
color: #B601E1;
}
</style>
background-color css
<style>
a { background-color: #B601E1; }
a { background-color: rgb(182,1,225); }
div.DivClassName
{
background-color: #B601E1;
}
.BgClassName
{
background-color: #B601E1;
}
</style>
border-color css
<style>
span { border-color: #B601E1; }
span { border-color: rgb(182,1,225); }
td.TdClassName
{
border-color: #B601E1;
}
.TagClassName
{
border-color: #B601E1;
}
</style>