#B019FE

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

Shades of Electric Purple #B019FE

Tints of Electric Purple #B019FE

Color information

#B019FE (or 0xB019FE) is unknown color: approx Electric Purple. HEX triplet: B0, 19 and FE. RGB value is (176,25,254). Sum of RGB (Red+Green+Blue) = 176+25+254=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 25 (10.16% from 255 or 5.49% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #B019FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B019FE is #4FE601. Grayscale: #5F5F5F. Windows color (decimal): -5236226 or 16652720. OLE color: 16652720.

HSL color Cylindrical-coordinate representation of color #B019FE: hue angle of 279.56º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B019FE is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17625254-
CMYK0.310.9000.00
HSL279.56º99.13%54.71%-
HSV(B)279.56º90.16%99.61%-
XYZ36.1417.0895.16-
YUV96.26217.03184.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 25 (10.16% from 255) = 5.49%
BLUE value IS 254 (99.61% from 255) = 55.82%
R=38.68%
G=5.49%
B=55.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal176252540.310.9000.00279.5699.1354.71
HexB019FE1F5A001186337
Octal26031376371320043014367
Binary101100001100111111110111111011010001000110001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B019FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B019FE; }

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

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

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

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

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

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

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

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