#B503F9

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

Shades of Electric Purple #B503F9

Tints of Electric Purple #B503F9

Color information

#B503F9 (or 0xB503F9) is unknown color: approx Electric Purple. HEX triplet: B5, 03 and F9. RGB value is (181,3,249). Sum of RGB (Red+Green+Blue) = 181+3+249=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 249 (97.66% from 255 or 57.51% from 433); Max value from RGB is 249 - color contains mainly: blue. Hex color #B503F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B503F9 is #4AFC06. Grayscale: #535353. Windows color (decimal): -4914183 or 16319413. OLE color: 16319413.

HSL color Cylindrical-coordinate representation of color #B503F9: hue angle of 283.41º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B503F9 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1813249-
CMYK0.270.9900.02
HSL283.41º97.62%49.41%-
HSV(B)283.41º98.8%97.65%-
XYZ36.1916.7390.94-
YUV84.27220.97197-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 3 (1.56% from 255) = 0.69%
BLUE value IS 249 (97.66% from 255) = 57.51%
R=41.80%
G=0.69%
B=57.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal18132490.270.9900.02283.4197.6249.41
HexB53F91B630211b6231
Octal2653371331430243314261
Binary1011010111111110011101111000110101000110111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B503F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B503F9; }

 p { color: rgb(181,3,249); }

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

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

 a { background-color: rgb(181,3,249); }

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

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

 span { border-color: rgb(181,3,249); }

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