#B41CEC

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

Shades of Electric Purple #B41CEC

Tints of Electric Purple #B41CEC

Color information

#B41CEC (or 0xB41CEC) is unknown color: approx Electric Purple. HEX triplet: B4, 1C and EC. RGB value is (180,28,236). Sum of RGB (Red+Green+Blue) = 180+28+236=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #B41CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B41CEC is #4BE313. Grayscale: #606060. Windows color (decimal): -4973332 or 15473844. OLE color: 15473844.

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

Color convert

RGB18028236-
CMYK0.240.8800.07
HSL283.85º84.55%51.76%-
HSV(B)283.85º88.14%92.55%-
XYZ34.3816.5980.75-
YUV97.16206.36187.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 28 (11.33% from 255) = 6.31%
BLUE value IS 236 (92.58% from 255) = 53.15%
R=40.54%
G=6.31%
B=53.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal180282360.240.8800.07283.8584.5551.76
HexB41CEC18580711c5534
Octal26434354301300743412564
Binary10110100111001110110011000101100001111000111001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41CEC; }

 p { color: rgb(180,28,236); }

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

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

 a { background-color: rgb(180,28,236); }

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

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

 span { border-color: rgb(180,28,236); }

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