Shades of Electric Purple #B201EF
Tints of Electric Purple #B201EF
RGB
CMYK
RGB Variations
Color information
#B201EF (or 0xB201EF) is known color: Electric Purple. HEX triplet: B2, 01 and EF. RGB value is (178,1,239). Sum of RGB (Red+Green+Blue) = 178+1+239=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #B201EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B201EF is #4DFE10. Grayscale: #505050. Windows color (decimal): -5111313 or 15663538. OLE color: 15663538.
HSL color Cylindrical-coordinate representation of color #B201EF: hue angle of 284.62º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B201EF is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 1 | 239 | - |
| CMYK | 0.26 | 1.00 | 0 | 0.06 |
| HSL | 284.62º | 0.99% | 0.47% | - |
| HSV(B) | 284.62º | 1% | 0.94% | - |
| XYZ | 33.95 | 15.72 | 82.91 | - |
| YUV | 81.06 | 217.14 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 239 | 0.26 | 1.00 | 0 | 0.06 | 284.62 | 0.99 | 0.47 |
| Hex | B2 | 1 | EF | 1A | 64 | 0 | 6 | 11D | 63 | 2F |
| Octal | 262 | 1 | 357 | 32 | 144 | 0 | 6 | 435 | 143 | 57 |
| Binary | 10110010 | 1 | 11101111 | 11010 | 1100100 | 0 | 110 | 100011101 | 1100011 | 101111 |
Color Harmonies of #B201EF
Complementary color
Monochromatic Colors of #B201EF
Black with #B201EF
Text Example
Text Example
White with #B201EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201EF; }
p { color: rgb(178,1,239); }
H1.HeaderClassName
{
color: #B201EF;
}
.AnyTagClassName
{
color: #B201EF;
}
</style>
background-color css
<style>
a { background-color: #B201EF; }
a { background-color: rgb(178,1,239); }
div.DivClassName
{
background-color: #B201EF;
}
.BgClassName
{
background-color: #B201EF;
}
</style>
border-color css
<style>
span { border-color: #B201EF; }
span { border-color: rgb(178,1,239); }
td.TdClassName
{
border-color: #B201EF;
}
.TagClassName
{
border-color: #B201EF;
}
</style>