#B019EC

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

Shades of Electric Purple #B019EC

Tints of Electric Purple #B019EC

Color information

#B019EC (or 0xB019EC) is unknown color: approx Electric Purple. HEX triplet: B0, 19 and EC. RGB value is (176,25,236). Sum of RGB (Red+Green+Blue) = 176+25+236=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #B019EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B019EC is #4FE613. Grayscale: #5D5D5D. Windows color (decimal): -5236244 or 15473072. OLE color: 15473072.

HSL color Cylindrical-coordinate representation of color #B019EC: hue angle of 282.94º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B019EC is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17625236-
CMYK0.250.8900.07
HSL282.94º84.74%51.18%-
HSV(B)282.94º89.41%92.55%-
XYZ33.3915.9880.68-
YUV94.2208.03186.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 25 (10.16% from 255) = 5.72%
BLUE value IS 236 (92.58% from 255) = 54.00%
R=40.27%
G=5.72%
B=54.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal176252360.250.8900.07282.9484.7451.18
HexB019EC19590711b5533
Octal26031354311310743312563
Binary10110000110011110110011001101100101111000110111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B019EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B019EC; }

 p { color: rgb(176,25,236); }

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

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

 a { background-color: rgb(176,25,236); }

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

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

 span { border-color: rgb(176,25,236); }

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