Shades of Electric Purple #B92DFE
Tints of Electric Purple #B92DFE
RGB
CMYK
RGB Variations
Color information
#B92DFE (or 0xB92DFE) is known color: Electric Purple. HEX triplet: B9, 2D and FE. RGB value is (185,45,254). Sum of RGB (Red+Green+Blue) = 185+45+254=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 45 (17.97% from 255 or 9.30% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #B92DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92DFE is #46D201. Grayscale: #6D6D6D. Windows color (decimal): -4641282 or 16657849. OLE color: 16657849.
HSL color Cylindrical-coordinate representation of color #B92DFE: hue angle of 280.19º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92DFE is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 45 | 254 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.00 |
| HSL | 280.19º | 0.99% | 0.59% | - |
| HSV(B) | 280.19º | 0.82% | 1% | - |
| XYZ | 38.84 | 19.35 | 95.45 | - |
| YUV | 110.69 | 208.88 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 254 | 0.27 | 0.82 | 0 | 0.00 | 280.19 | 0.99 | 0.59 |
| Hex | B9 | 2D | FE | 1B | 52 | 0 | 0 | 118 | 63 | 3B |
| Octal | 271 | 55 | 376 | 33 | 122 | 0 | 0 | 430 | 143 | 73 |
| Binary | 10111001 | 101101 | 11111110 | 11011 | 1010010 | 0 | 0 | 100011000 | 1100011 | 111011 |
Color Harmonies of #B92DFE
Complementary color
Monochromatic Colors of #B92DFE
Black with #B92DFE
Text Example
Text Example
White with #B92DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92DFE; }
p { color: rgb(185,45,254); }
H1.HeaderClassName
{
color: #B92DFE;
}
.AnyTagClassName
{
color: #B92DFE;
}
</style>
background-color css
<style>
a { background-color: #B92DFE; }
a { background-color: rgb(185,45,254); }
div.DivClassName
{
background-color: #B92DFE;
}
.BgClassName
{
background-color: #B92DFE;
}
</style>
border-color css
<style>
span { border-color: #B92DFE; }
span { border-color: rgb(185,45,254); }
td.TdClassName
{
border-color: #B92DFE;
}
.TagClassName
{
border-color: #B92DFE;
}
</style>