Shades of Electric Purple #B901E8
Tints of Electric Purple #B901E8
RGB
CMYK
RGB Variations
Color information
#B901E8 (or 0xB901E8) is known color: Electric Purple. HEX triplet: B9, 01 and E8. RGB value is (185,1,232). Sum of RGB (Red+Green+Blue) = 185+1+232=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 232 (91.02% from 255 or 55.50% from 418); Max value from RGB is 232 - color contains mainly: blue. Hex color #B901E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B901E8 is #46FE17. Grayscale: #515151. Windows color (decimal): -4652568 or 15204793. OLE color: 15204793.
HSL color Cylindrical-coordinate representation of color #B901E8: hue angle of 287.79º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B901E8 is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 1 | 232 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.09 |
| HSL | 287.79º | 0.99% | 0.46% | - |
| HSV(B) | 287.79º | 1% | 0.91% | - |
| XYZ | 34.58 | 16.16 | 77.64 | - |
| YUV | 82.35 | 212.46 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 232 | 0.20 | 1.00 | 0 | 0.09 | 287.79 | 0.99 | 0.46 |
| Hex | B9 | 1 | E8 | 14 | 64 | 0 | 9 | 120 | 63 | 2E |
| Octal | 271 | 1 | 350 | 24 | 144 | 0 | 11 | 440 | 143 | 56 |
| Binary | 10111001 | 1 | 11101000 | 10100 | 1100100 | 0 | 1001 | 100100000 | 1100011 | 101110 |
Color Harmonies of #B901E8
Complementary color
Monochromatic Colors of #B901E8
Black with #B901E8
Text Example
Text Example
White with #B901E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B901E8; }
p { color: rgb(185,1,232); }
H1.HeaderClassName
{
color: #B901E8;
}
.AnyTagClassName
{
color: #B901E8;
}
</style>
background-color css
<style>
a { background-color: #B901E8; }
a { background-color: rgb(185,1,232); }
div.DivClassName
{
background-color: #B901E8;
}
.BgClassName
{
background-color: #B901E8;
}
</style>
border-color css
<style>
span { border-color: #B901E8; }
span { border-color: rgb(185,1,232); }
td.TdClassName
{
border-color: #B901E8;
}
.TagClassName
{
border-color: #B901E8;
}
</style>