#B904EB

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

Shades of Electric Purple #B904EB

Tints of Electric Purple #B904EB

Color information

#B904EB (or 0xB904EB) is unknown color: approx Electric Purple. HEX triplet: B9, 04 and EB. RGB value is (185,4,235). Sum of RGB (Red+Green+Blue) = 185+4+235=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #B904EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B904EB is #46FB14. Grayscale: #535353. Windows color (decimal): -4651797 or 15402169. OLE color: 15402169.

HSL color Cylindrical-coordinate representation of color #B904EB: hue angle of 287.01º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B904EB is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1854235-
CMYK0.210.9800.08
HSL287.01º96.65%46.86%-
HSV(B)287.01º98.3%92.16%-
XYZ35.0516.479.92-
YUV84.45212.97199.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 4 (1.95% from 255) = 0.94%
BLUE value IS 235 (92.19% from 255) = 55.42%
R=43.63%
G=0.94%
B=55.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal18542350.210.9800.08287.0196.6546.86
HexB94EB15620811f612f
Octal27143532514201043714157
Binary1011100110011101011101011100010010001000111111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B904EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B904EB; }

 p { color: rgb(185,4,235); }

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

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

 a { background-color: rgb(185,4,235); }

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

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

 span { border-color: rgb(185,4,235); }

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