Shades of Electric Purple #B908E1
Tints of Electric Purple #B908E1
RGB
CMYK
RGB Variations
Color information
#B908E1 (or 0xB908E1) is known color: Electric Purple. HEX triplet: B9, 08 and E1. RGB value is (185,8,225). Sum of RGB (Red+Green+Blue) = 185+8+225=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 225 (88.28% from 255 or 53.83% from 418); Max value from RGB is 225 - color contains mainly: blue. Hex color #B908E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908E1 is #46F71E. Grayscale: #545454. Windows color (decimal): -4650783 or 14747833. OLE color: 14747833.
HSL color Cylindrical-coordinate representation of color #B908E1: hue angle of 288.94º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B908E1 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 8 | 225 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.12 |
| HSL | 288.94º | 0.93% | 0.46% | - |
| HSV(B) | 288.94º | 0.96% | 0.88% | - |
| XYZ | 33.69 | 15.92 | 72.53 | - |
| YUV | 85.66 | 206.64 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 225 | 0.18 | 0.96 | 0 | 0.12 | 288.94 | 0.93 | 0.46 |
| Hex | B9 | 8 | E1 | 12 | 60 | 0 | C | 121 | 5D | 2E |
| Octal | 271 | 10 | 341 | 22 | 140 | 0 | 14 | 441 | 135 | 56 |
| Binary | 10111001 | 1000 | 11100001 | 10010 | 1100000 | 0 | 1100 | 100100001 | 1011101 | 101110 |
Color Harmonies of #B908E1
Complementary color
Monochromatic Colors of #B908E1
Black with #B908E1
Text Example
Text Example
White with #B908E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908E1; }
p { color: rgb(185,8,225); }
H1.HeaderClassName
{
color: #B908E1;
}
.AnyTagClassName
{
color: #B908E1;
}
</style>
background-color css
<style>
a { background-color: #B908E1; }
a { background-color: rgb(185,8,225); }
div.DivClassName
{
background-color: #B908E1;
}
.BgClassName
{
background-color: #B908E1;
}
</style>
border-color css
<style>
span { border-color: #B908E1; }
span { border-color: rgb(185,8,225); }
td.TdClassName
{
border-color: #B908E1;
}
.TagClassName
{
border-color: #B908E1;
}
</style>