#B50FE2

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

Shades of Electric Purple #B50FE2

Tints of Electric Purple #B50FE2

Color information

#B50FE2 (or 0xB50FE2) is unknown color: approx Electric Purple. HEX triplet: B5, 0F and E2. RGB value is (181,15,226). Sum of RGB (Red+Green+Blue) = 181+15+226=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 226 (88.67% from 255 or 53.55% from 422); Max value from RGB is 226 - color contains mainly: blue. Hex color #B50FE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FE2 is #4AF01D. Grayscale: #585858. Windows color (decimal): -4911134 or 14815157. OLE color: 14815157.

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

Color convert

RGB18115226-
CMYK0.200.9300.11
HSL287.2º87.55%47.25%-
HSV(B)287.2º93.36%88.63%-
XYZ32.9515.6673.24-
YUV88.69205.5193.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 15 (6.25% from 255) = 3.55%
BLUE value IS 226 (88.67% from 255) = 53.55%
R=42.89%
G=3.55%
B=53.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal181152260.200.9300.11287.287.5547.25
HexB5FE2145D0B11f582f
Octal265173422413501343713057
Binary10110101111111100010101001011101010111000111111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50FE2; }

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

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

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

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

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

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

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

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