#b50fe0

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

Shades of Electric Purple #B50FE0

Tints of Electric Purple #B50FE0

Color information

#B50FE0 (or 0xB50FE0) is unknown color: approx Electric Purple. HEX triplet: B5, 0F and E0. RGB value is (181,15,224). Sum of RGB (Red+Green+Blue) = 181+15+224=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 224 (87.89% from 255 or 53.33% from 420); Max value from RGB is 224 - color contains mainly: blue. Hex color #B50FE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FE0 is #4AF01F. Grayscale: #575757. Windows color (decimal): -4911136 or 14684085. OLE color: 14684085.

HSL color Cylindrical-coordinate representation of color #B50FE0: hue angle of 287.66º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50FE0 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18115224-
CMYK0.190.9300.12
HSL287.66º87.45%46.86%-
HSV(B)287.66º93.3%87.84%-
XYZ32.6815.5571.8-
YUV88.46204.5194.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 15 (6.25% from 255) = 3.57%
BLUE value IS 224 (87.89% from 255) = 53.33%
R=43.10%
G=3.57%
B=53.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal181152240.190.9300.12287.6687.4546.86
HexB5FE0135D0C120572f
Octal265173402313501444012757
Binary10110101111111100000100111011101011001001000001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b50fe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b50fe0; }

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

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

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

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

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

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

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

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