Shades of Electric Purple #B913E5
Tints of Electric Purple #B913E5
RGB
CMYK
RGB Variations
Color information
#B913E5 (or 0xB913E5) is known color: Electric Purple. HEX triplet: B9, 13 and E5. RGB value is (185,19,229). Sum of RGB (Red+Green+Blue) = 185+19+229=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 229 (89.84% from 255 or 52.89% from 433); Max value from RGB is 229 - color contains mainly: blue. Hex color #B913E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B913E5 is #46EC1A. Grayscale: #5B5B5B. Windows color (decimal): -4647963 or 15012793. OLE color: 15012793.
HSL color Cylindrical-coordinate representation of color #B913E5: hue angle of 287.43º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B913E5 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 19 | 229 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.10 |
| HSL | 287.43º | 0.85% | 0.49% | - |
| HSV(B) | 287.43º | 0.92% | 0.9% | - |
| XYZ | 34.38 | 16.44 | 75.49 | - |
| YUV | 92.57 | 205 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 229 | 0.19 | 0.92 | 0 | 0.10 | 287.43 | 0.85 | 0.49 |
| Hex | B9 | 13 | E5 | 13 | 5C | 0 | A | 11F | 55 | 31 |
| Octal | 271 | 23 | 345 | 23 | 134 | 0 | 12 | 437 | 125 | 61 |
| Binary | 10111001 | 10011 | 11100101 | 10011 | 1011100 | 0 | 1010 | 100011111 | 1010101 | 110001 |
Color Harmonies of #B913E5
Complementary color
Monochromatic Colors of #B913E5
Black with #B913E5
Text Example
Text Example
White with #B913E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B913E5; }
p { color: rgb(185,19,229); }
H1.HeaderClassName
{
color: #B913E5;
}
.AnyTagClassName
{
color: #B913E5;
}
</style>
background-color css
<style>
a { background-color: #B913E5; }
a { background-color: rgb(185,19,229); }
div.DivClassName
{
background-color: #B913E5;
}
.BgClassName
{
background-color: #B913E5;
}
</style>
border-color css
<style>
span { border-color: #B913E5; }
span { border-color: rgb(185,19,229); }
td.TdClassName
{
border-color: #B913E5;
}
.TagClassName
{
border-color: #B913E5;
}
</style>