#B926FE

Color #B926FE Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #B926FE

Tints of Electric Purple #B926FE

Color information

#B926FE (or 0xB926FE) is unknown color: approx 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

RGB18538254-
CMYK0.270.8500.00
HSL280.83º99.08%57.25%-
HSV(B)280.83º85.04%99.61%-
XYZ38.5918.8695.37-
YUV106.58211.2183.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 38 (15.23% from 255) = 7.97%
BLUE value IS 254 (99.61% from 255) = 53.25%
R=38.78%
G=7.97%
B=53.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal185382540.270.8500.00280.8399.0857.25
HexB926FE1B55001196339
Octal27146376331250043114371
Binary1011100110011011111110110111010101001000110011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B926FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>