#B004F8

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

Shades of Electric Purple #B004F8

Tints of Electric Purple #B004F8

Color information

#B004F8 (or 0xB004F8) is unknown color: approx Electric Purple. HEX triplet: B0, 04 and F8. RGB value is (176,4,248). Sum of RGB (Red+Green+Blue) = 176+4+248=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 4 (1.95% from 255 or 0.93% from 428); Blue value is 248 (97.27% from 255 or 57.94% from 428); Max value from RGB is 248 - color contains mainly: blue. Hex color #B004F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B004F8 is #4FFB07. Grayscale: #525252. Windows color (decimal): -5241608 or 16254128. OLE color: 16254128.

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

Color convert

RGB1764248-
CMYK0.290.9800.03
HSL282.3º96.83%49.41%-
HSV(B)282.3º98.39%97.25%-
XYZ34.8916.0990.07-
YUV83.24220.98194.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 4 (1.95% from 255) = 0.93%
BLUE value IS 248 (97.27% from 255) = 57.94%
R=41.12%
G=0.93%
B=57.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal17642480.290.9800.03282.396.8349.41
HexB04F81D620311a6131
Octal2604370351420343214161
Binary10110000100111110001110111000100111000110101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B004F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B004F8; }

 p { color: rgb(176,4,248); }

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

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

 a { background-color: rgb(176,4,248); }

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

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

 span { border-color: rgb(176,4,248); }

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