#B412F0

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

Shades of Electric Purple #B412F0

Tints of Electric Purple #B412F0

Color information

#B412F0 (or 0xB412F0) is unknown color: approx Electric Purple. HEX triplet: B4, 12 and F0. RGB value is (180,18,240). Sum of RGB (Red+Green+Blue) = 180+18+240=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 240 (94.14% from 255 or 54.79% from 438); Max value from RGB is 240 - color contains mainly: blue. Hex color #B412F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B412F0 is #4BED0F. Grayscale: #5B5B5B. Windows color (decimal): -4975888 or 15733428. OLE color: 15733428.

HSL color Cylindrical-coordinate representation of color #B412F0: hue angle of 283.78º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B412F0 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18018240-
CMYK0.250.9200.06
HSL283.78º88.1%50.59%-
HSV(B)283.78º92.5%94.12%-
XYZ34.7716.4383.78-
YUV91.75211.67190.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 18 (7.42% from 255) = 4.11%
BLUE value IS 240 (94.14% from 255) = 54.79%
R=41.10%
G=4.11%
B=54.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal180182400.250.9200.06283.7888.150.59
HexB412F0195C0611c5833
Octal26422360311340643413063
Binary10110100100101111000011001101110001101000111001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B412F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B412F0; }

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

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

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

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

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

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

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

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