Shades of Electric Purple #B92DF7
Tints of Electric Purple #B92DF7
RGB
CMYK
RGB Variations
Color information
#B92DF7 (or 0xB92DF7) is known color: Electric Purple. HEX triplet: B9, 2D and F7. RGB value is (185,45,247). Sum of RGB (Red+Green+Blue) = 185+45+247=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 247 (96.88% from 255 or 51.78% from 477); Max value from RGB is 247 - color contains mainly: blue. Hex color #B92DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92DF7 is #46D208. Grayscale: #6D6D6D. Windows color (decimal): -4641289 or 16199097. OLE color: 16199097.
HSL color Cylindrical-coordinate representation of color #B92DF7: hue angle of 281.58º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92DF7 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 45 | 247 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.03 |
| HSL | 281.58º | 0.93% | 0.57% | - |
| HSV(B) | 281.58º | 0.82% | 0.97% | - |
| XYZ | 37.73 | 18.91 | 89.66 | - |
| YUV | 109.89 | 205.38 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 247 | 0.25 | 0.82 | 0 | 0.03 | 281.58 | 0.93 | 0.57 |
| Hex | B9 | 2D | F7 | 19 | 52 | 0 | 3 | 11A | 5D | 39 |
| Octal | 271 | 55 | 367 | 31 | 122 | 0 | 3 | 432 | 135 | 71 |
| Binary | 10111001 | 101101 | 11110111 | 11001 | 1010010 | 0 | 11 | 100011010 | 1011101 | 111001 |
Color Harmonies of #B92DF7
Complementary color
Monochromatic Colors of #B92DF7
Black with #B92DF7
Text Example
Text Example
White with #B92DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92DF7; }
p { color: rgb(185,45,247); }
H1.HeaderClassName
{
color: #B92DF7;
}
.AnyTagClassName
{
color: #B92DF7;
}
</style>
background-color css
<style>
a { background-color: #B92DF7; }
a { background-color: rgb(185,45,247); }
div.DivClassName
{
background-color: #B92DF7;
}
.BgClassName
{
background-color: #B92DF7;
}
</style>
border-color css
<style>
span { border-color: #B92DF7; }
span { border-color: rgb(185,45,247); }
td.TdClassName
{
border-color: #B92DF7;
}
.TagClassName
{
border-color: #B92DF7;
}
</style>