Shades of Electric Purple #B913E4
Tints of Electric Purple #B913E4
RGB
CMYK
RGB Variations
Color information
#B913E4 (or 0xB913E4) is known color: Electric Purple. HEX triplet: B9, 13 and E4. RGB value is (185,19,228). Sum of RGB (Red+Green+Blue) = 185+19+228=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 19 (7.81% from 255 or 4.40% from 432); Blue value is 228 (89.45% from 255 or 52.78% from 432); Max value from RGB is 228 - color contains mainly: blue. Hex color #B913E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B913E4 is #46EC1B. Grayscale: #5B5B5B. Windows color (decimal): -4647964 or 14947257. OLE color: 14947257.
HSL color Cylindrical-coordinate representation of color #B913E4: hue angle of 287.66º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B913E4 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 19 | 228 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.11 |
| HSL | 287.66º | 0.85% | 0.48% | - |
| HSV(B) | 287.66º | 0.92% | 0.89% | - |
| XYZ | 34.24 | 16.38 | 74.76 | - |
| YUV | 92.46 | 204.5 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 228 | 0.19 | 0.92 | 0 | 0.11 | 287.66 | 0.85 | 0.48 |
| Hex | B9 | 13 | E4 | 13 | 5C | 0 | B | 120 | 55 | 30 |
| Octal | 271 | 23 | 344 | 23 | 134 | 0 | 13 | 440 | 125 | 60 |
| Binary | 10111001 | 10011 | 11100100 | 10011 | 1011100 | 0 | 1011 | 100100000 | 1010101 | 110000 |
Color Harmonies of #B913E4
Complementary color
Monochromatic Colors of #B913E4
Black with #B913E4
Text Example
Text Example
White with #B913E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B913E4; }
p { color: rgb(185,19,228); }
H1.HeaderClassName
{
color: #B913E4;
}
.AnyTagClassName
{
color: #B913E4;
}
</style>
background-color css
<style>
a { background-color: #B913E4; }
a { background-color: rgb(185,19,228); }
div.DivClassName
{
background-color: #B913E4;
}
.BgClassName
{
background-color: #B913E4;
}
</style>
border-color css
<style>
span { border-color: #B913E4; }
span { border-color: rgb(185,19,228); }
td.TdClassName
{
border-color: #B913E4;
}
.TagClassName
{
border-color: #B913E4;
}
</style>