#B406E4

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

Shades of Electric Purple #B406E4

Tints of Electric Purple #B406E4

Color information

#B406E4 (or 0xB406E4) is unknown color: approx Electric Purple. HEX triplet: B4, 06 and E4. RGB value is (180,6,228). Sum of RGB (Red+Green+Blue) = 180+6+228=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 6 (2.73% from 255 or 1.45% from 414); Blue value is 228 (89.45% from 255 or 55.07% from 414); Max value from RGB is 228 - color contains mainly: blue. Hex color #B406E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B406E4 is #4BF91B. Grayscale: #525252. Windows color (decimal): -4978972 or 14943924. OLE color: 14943924.

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

Color convert

RGB1806228-
CMYK0.210.9700.11
HSL287.03º94.87%45.88%-
HSV(B)287.03º97.37%89.41%-
XYZ32.8915.4374.64-
YUV83.33209.65196.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 6 (2.73% from 255) = 1.45%
BLUE value IS 228 (89.45% from 255) = 55.07%
R=43.48%
G=1.45%
B=55.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal18062280.210.9700.11287.0394.8745.88
HexB46E415610B11f5f2e
Octal26463442514101343713756
Binary1011010011011100100101011100001010111000111111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B406E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B406E4; }

 p { color: rgb(180,6,228); }

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

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

 a { background-color: rgb(180,6,228); }

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

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

 span { border-color: rgb(180,6,228); }

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