Shades of Electric Purple #B201EB
Tints of Electric Purple #B201EB
RGB
CMYK
RGB Variations
Color information
#B201EB (or 0xB201EB) is known color: Electric Purple. HEX triplet: B2, 01 and EB. RGB value is (178,1,235). Sum of RGB (Red+Green+Blue) = 178+1+235=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #B201EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B201EB is #4DFE14. Grayscale: #4F4F4F. Windows color (decimal): -5111317 or 15401394. OLE color: 15401394.
HSL color Cylindrical-coordinate representation of color #B201EB: hue angle of 285.38º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B201EB is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 1 | 235 | - |
| CMYK | 0.24 | 1.00 | 0 | 0.08 |
| HSL | 285.38º | 0.99% | 0.46% | - |
| HSV(B) | 285.38º | 1% | 0.92% | - |
| XYZ | 33.37 | 15.48 | 79.83 | - |
| YUV | 80.6 | 215.14 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 235 | 0.24 | 1.00 | 0 | 0.08 | 285.38 | 0.99 | 0.46 |
| Hex | B2 | 1 | EB | 18 | 64 | 0 | 8 | 11D | 63 | 2E |
| Octal | 262 | 1 | 353 | 30 | 144 | 0 | 10 | 435 | 143 | 56 |
| Binary | 10110010 | 1 | 11101011 | 11000 | 1100100 | 0 | 1000 | 100011101 | 1100011 | 101110 |
Color Harmonies of #B201EB
Complementary color
Monochromatic Colors of #B201EB
Black with #B201EB
Text Example
Text Example
White with #B201EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201EB; }
p { color: rgb(178,1,235); }
H1.HeaderClassName
{
color: #B201EB;
}
.AnyTagClassName
{
color: #B201EB;
}
</style>
background-color css
<style>
a { background-color: #B201EB; }
a { background-color: rgb(178,1,235); }
div.DivClassName
{
background-color: #B201EB;
}
.BgClassName
{
background-color: #B201EB;
}
</style>
border-color css
<style>
span { border-color: #B201EB; }
span { border-color: rgb(178,1,235); }
td.TdClassName
{
border-color: #B201EB;
}
.TagClassName
{
border-color: #B201EB;
}
</style>