Shades of Electric Purple #B909E5
Tints of Electric Purple #B909E5
RGB
CMYK
RGB Variations
Color information
#B909E5 (or 0xB909E5) is known color: Electric Purple. HEX triplet: B9, 09 and E5. RGB value is (185,9,229). Sum of RGB (Red+Green+Blue) = 185+9+229=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #B909E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B909E5 is #46F61A. Grayscale: #565656. Windows color (decimal): -4650523 or 15010233. OLE color: 15010233.
HSL color Cylindrical-coordinate representation of color #B909E5: hue angle of 288º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B909E5 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 9 | 229 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.10 |
| HSL | 288º | 0.92% | 0.47% | - |
| HSV(B) | 288º | 0.96% | 0.9% | - |
| XYZ | 34.25 | 16.17 | 75.44 | - |
| YUV | 86.7 | 208.31 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 9 | 229 | 0.19 | 0.96 | 0 | 0.10 | 288 | 0.92 | 0.47 |
| Hex | B9 | 9 | E5 | 13 | 60 | 0 | A | 120 | 5C | 2F |
| Octal | 271 | 11 | 345 | 23 | 140 | 0 | 12 | 440 | 134 | 57 |
| Binary | 10111001 | 1001 | 11100101 | 10011 | 1100000 | 0 | 1010 | 100100000 | 1011100 | 101111 |
Color Harmonies of #B909E5
Complementary color
Monochromatic Colors of #B909E5
Black with #B909E5
Text Example
Text Example
White with #B909E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B909E5; }
p { color: rgb(185,9,229); }
H1.HeaderClassName
{
color: #B909E5;
}
.AnyTagClassName
{
color: #B909E5;
}
</style>
background-color css
<style>
a { background-color: #B909E5; }
a { background-color: rgb(185,9,229); }
div.DivClassName
{
background-color: #B909E5;
}
.BgClassName
{
background-color: #B909E5;
}
</style>
border-color css
<style>
span { border-color: #B909E5; }
span { border-color: rgb(185,9,229); }
td.TdClassName
{
border-color: #B909E5;
}
.TagClassName
{
border-color: #B909E5;
}
</style>