#B50FEA

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

Shades of Electric Purple #B50FEA

Tints of Electric Purple #B50FEA

Color information

#B50FEA (or 0xB50FEA) is unknown color: approx Electric Purple. HEX triplet: B5, 0F and EA. RGB value is (181,15,234). Sum of RGB (Red+Green+Blue) = 181+15+234=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #B50FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50FEA is #4AF015. Grayscale: #585858. Windows color (decimal): -4911126 or 15339445. OLE color: 15339445.

HSL color Cylindrical-coordinate representation of color #B50FEA: hue angle of 285.48º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50FEA is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18115234-
CMYK0.230.9400.08
HSL285.48º87.95%48.82%-
HSV(B)285.48º93.59%91.76%-
XYZ34.0816.1179.15-
YUV89.6209.5193.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 15 (6.25% from 255) = 3.49%
BLUE value IS 234 (91.80% from 255) = 54.42%
R=42.09%
G=3.49%
B=54.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal181152340.230.9400.08285.4887.9548.82
HexB5FEA175E0811d5831
Octal265173522713601043513061
Binary10110101111111101010101111011110010001000111011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50FEA; }

 p { color: rgb(181,15,234); }

 H1.HeaderClassName
 {
   color: #B50FEA;
 }
 .AnyTagClassName
 {
   color: #B50FEA;
 }
</style>
background-color css

<style>
 a { background-color: #B50FEA; }

 a { background-color: rgb(181,15,234); }

 div.DivClassName
 {
   background-color: #B50FEA;
 }
 .BgClassName
 {
   background-color: #B50FEA;
 }
</style>
border-color css

<style>
 span { border-color: #B50FEA; }

 span { border-color: rgb(181,15,234); }

 td.TdClassName
 {
   border-color: #B50FEA;
 }
 .TagClassName
 {
   border-color: #B50FEA;
 }
</style>