Shades of Electric Purple #B92EF5
Tints of Electric Purple #B92EF5
RGB
CMYK
RGB Variations
Color information
#B92EF5 (or 0xB92EF5) is known color: Electric Purple. HEX triplet: B9, 2E and F5. RGB value is (185,46,245). Sum of RGB (Red+Green+Blue) = 185+46+245=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 46 (18.36% from 255 or 9.66% from 476); Blue value is 245 (96.09% from 255 or 51.47% from 476); Max value from RGB is 245 - color contains mainly: blue. Hex color #B92EF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92EF5 is #46D10A. Grayscale: #6D6D6D. Windows color (decimal): -4641035 or 16068281. OLE color: 16068281.
HSL color Cylindrical-coordinate representation of color #B92EF5: hue angle of 281.91º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92EF5 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 46 | 245 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.04 |
| HSL | 281.91º | 0.91% | 0.57% | - |
| HSV(B) | 281.91º | 0.81% | 0.96% | - |
| XYZ | 37.47 | 18.86 | 88.05 | - |
| YUV | 110.25 | 204.05 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 46 | 245 | 0.24 | 0.81 | 0 | 0.04 | 281.91 | 0.91 | 0.57 |
| Hex | B9 | 2E | F5 | 18 | 51 | 0 | 4 | 11A | 5B | 39 |
| Octal | 271 | 56 | 365 | 30 | 121 | 0 | 4 | 432 | 133 | 71 |
| Binary | 10111001 | 101110 | 11110101 | 11000 | 1010001 | 0 | 100 | 100011010 | 1011011 | 111001 |
Color Harmonies of #B92EF5
Complementary color
Monochromatic Colors of #B92EF5
Black with #B92EF5
Text Example
Text Example
White with #B92EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92EF5; }
p { color: rgb(185,46,245); }
H1.HeaderClassName
{
color: #B92EF5;
}
.AnyTagClassName
{
color: #B92EF5;
}
</style>
background-color css
<style>
a { background-color: #B92EF5; }
a { background-color: rgb(185,46,245); }
div.DivClassName
{
background-color: #B92EF5;
}
.BgClassName
{
background-color: #B92EF5;
}
</style>
border-color css
<style>
span { border-color: #B92EF5; }
span { border-color: rgb(185,46,245); }
td.TdClassName
{
border-color: #B92EF5;
}
.TagClassName
{
border-color: #B92EF5;
}
</style>