Shades of Electric Purple #B92EFC
Tints of Electric Purple #B92EFC
RGB
CMYK
RGB Variations
Color information
#B92EFC (or 0xB92EFC) is known color: Electric Purple. HEX triplet: B9, 2E and FC. RGB value is (185,46,252). Sum of RGB (Red+Green+Blue) = 185+46+252=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 46 (18.36% from 255 or 9.52% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #B92EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92EFC is #46D103. Grayscale: #6E6E6E. Windows color (decimal): -4641028 or 16527033. OLE color: 16527033.
HSL color Cylindrical-coordinate representation of color #B92EFC: hue angle of 280.49º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92EFC is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 46 | 252 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.01 |
| HSL | 280.49º | 0.97% | 0.58% | - |
| HSV(B) | 280.49º | 0.82% | 0.99% | - |
| XYZ | 38.56 | 19.3 | 93.79 | - |
| YUV | 111.05 | 207.55 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 46 | 252 | 0.27 | 0.82 | 0 | 0.01 | 280.49 | 0.97 | 0.58 |
| Hex | B9 | 2E | FC | 1B | 52 | 0 | 1 | 118 | 61 | 3A |
| Octal | 271 | 56 | 374 | 33 | 122 | 0 | 1 | 430 | 141 | 72 |
| Binary | 10111001 | 101110 | 11111100 | 11011 | 1010010 | 0 | 1 | 100011000 | 1100001 | 111010 |
Color Harmonies of #B92EFC
Complementary color
Monochromatic Colors of #B92EFC
Black with #B92EFC
Text Example
Text Example
White with #B92EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92EFC; }
p { color: rgb(185,46,252); }
H1.HeaderClassName
{
color: #B92EFC;
}
.AnyTagClassName
{
color: #B92EFC;
}
</style>
background-color css
<style>
a { background-color: #B92EFC; }
a { background-color: rgb(185,46,252); }
div.DivClassName
{
background-color: #B92EFC;
}
.BgClassName
{
background-color: #B92EFC;
}
</style>
border-color css
<style>
span { border-color: #B92EFC; }
span { border-color: rgb(185,46,252); }
td.TdClassName
{
border-color: #B92EFC;
}
.TagClassName
{
border-color: #B92EFC;
}
</style>