#B50DF6

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

Shades of Electric Purple #B50DF6

Tints of Electric Purple #B50DF6

Color information

#B50DF6 (or 0xB50DF6) is unknown color: approx Electric Purple. HEX triplet: B5, 0D and F6. RGB value is (181,13,246). Sum of RGB (Red+Green+Blue) = 181+13+246=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 246 (96.48% from 255 or 55.91% from 440); Max value from RGB is 246 - color contains mainly: blue. Hex color #B50DF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50DF6 is #4AF209. Grayscale: #595959. Windows color (decimal): -4911626 or 16125365. OLE color: 16125365.

HSL color Cylindrical-coordinate representation of color #B50DF6: hue angle of 283.26º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50DF6 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18113246-
CMYK0.260.9500.04
HSL283.26º92.83%50.78%-
HSV(B)283.26º94.72%96.47%-
XYZ35.8316.7788.54-
YUV89.79216.16193.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 13 (5.47% from 255) = 2.95%
BLUE value IS 246 (96.48% from 255) = 55.91%
R=41.14%
G=2.95%
B=55.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal181132460.260.9500.04283.2692.8350.78
HexB5DF61A5F0411b5d33
Octal26515366321370443313563
Binary1011010111011111011011010101111101001000110111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50DF6; }

 p { color: rgb(181,13,246); }

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

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

 a { background-color: rgb(181,13,246); }

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

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

 span { border-color: rgb(181,13,246); }

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