#B412EE

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

Shades of Electric Purple #B412EE

Tints of Electric Purple #B412EE

Color information

#B412EE (or 0xB412EE) is unknown color: approx Electric Purple. HEX triplet: B4, 12 and EE. RGB value is (180,18,238). Sum of RGB (Red+Green+Blue) = 180+18+238=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #B412EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B412EE is #4BED11. Grayscale: #5A5A5A. Windows color (decimal): -4975890 or 15602356. OLE color: 15602356.

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

Color convert

RGB18018238-
CMYK0.240.9200.07
HSL284.18º86.61%50.2%-
HSV(B)284.18º92.44%93.33%-
XYZ34.4716.3182.22-
YUV91.52210.67191.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 18 (7.42% from 255) = 4.13%
BLUE value IS 238 (93.36% from 255) = 54.59%
R=41.28%
G=4.13%
B=54.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal180182380.240.9200.07284.1886.6150.2
HexB412EE185C0711c5732
Octal26422356301340743412762
Binary10110100100101110111011000101110001111000111001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B412EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B412EE; }

 p { color: rgb(180,18,238); }

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

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

 a { background-color: rgb(180,18,238); }

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

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

 span { border-color: rgb(180,18,238); }

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