Shades of Electric Purple #B926FE
Tints of Electric Purple #B926FE
RGB
CMYK
RGB Variations
Color information
#B926FE (or 0xB926FE) is known color: Electric Purple. HEX triplet: B9, 26 and FE. RGB value is (185,38,254). Sum of RGB (Red+Green+Blue) = 185+38+254=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 38 (15.23% from 255 or 7.97% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #B926FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B926FE is #46D901. Grayscale: #696969. Windows color (decimal): -4643074 or 16656057. OLE color: 16656057.
HSL color Cylindrical-coordinate representation of color #B926FE: hue angle of 280.83º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B926FE is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 38 | 254 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.00 |
| HSL | 280.83º | 0.99% | 0.57% | - |
| HSV(B) | 280.83º | 0.85% | 1% | - |
| XYZ | 38.59 | 18.86 | 95.37 | - |
| YUV | 106.58 | 211.2 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 254 | 0.27 | 0.85 | 0 | 0.00 | 280.83 | 0.99 | 0.57 |
| Hex | B9 | 26 | FE | 1B | 55 | 0 | 0 | 119 | 63 | 39 |
| Octal | 271 | 46 | 376 | 33 | 125 | 0 | 0 | 431 | 143 | 71 |
| Binary | 10111001 | 100110 | 11111110 | 11011 | 1010101 | 0 | 0 | 100011001 | 1100011 | 111001 |
Color Harmonies of #B926FE
Complementary color
Monochromatic Colors of #B926FE
Black with #B926FE
Text Example
Text Example
White with #B926FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B926FE; }
p { color: rgb(185,38,254); }
H1.HeaderClassName
{
color: #B926FE;
}
.AnyTagClassName
{
color: #B926FE;
}
</style>
background-color css
<style>
a { background-color: #B926FE; }
a { background-color: rgb(185,38,254); }
div.DivClassName
{
background-color: #B926FE;
}
.BgClassName
{
background-color: #B926FE;
}
</style>
border-color css
<style>
span { border-color: #B926FE; }
span { border-color: rgb(185,38,254); }
td.TdClassName
{
border-color: #B926FE;
}
.TagClassName
{
border-color: #B926FE;
}
</style>