#B104E4

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

Shades of Electric Purple #B104E4

Tints of Electric Purple #B104E4

Color information

#B104E4 (or 0xB104E4) is unknown color: approx Electric Purple. HEX triplet: B1, 04 and E4. RGB value is (177,4,228). Sum of RGB (Red+Green+Blue) = 177+4+228=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 228 (89.45% from 255 or 55.75% from 409); Max value from RGB is 228 - color contains mainly: blue. Hex color #B104E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B104E4 is #4EFB1B. Grayscale: #505050. Windows color (decimal): -5176092 or 14943409. OLE color: 14943409.

HSL color Cylindrical-coordinate representation of color #B104E4: hue angle of 286.34º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B104E4 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1774228-
CMYK0.220.9800.11
HSL286.34º96.55%45.49%-
HSV(B)286.34º98.25%89.41%-
XYZ32.1815.0474.6-
YUV81.26210.81196.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 4 (1.95% from 255) = 0.98%
BLUE value IS 228 (89.45% from 255) = 55.75%
R=43.28%
G=0.98%
B=55.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal17742280.220.9800.11286.3496.5545.49
HexB14E416620B11e612d
Octal26143442614201343614155
Binary1011000110011100100101101100010010111000111101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B104E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B104E4; }

 p { color: rgb(177,4,228); }

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

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

 a { background-color: rgb(177,4,228); }

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

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

 span { border-color: rgb(177,4,228); }

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