#B218FA

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

Shades of Electric Purple #B218FA

Tints of Electric Purple #B218FA

Color information

#B218FA (or 0xB218FA) is unknown color: approx Electric Purple. HEX triplet: B2, 18 and FA. RGB value is (178,24,250). Sum of RGB (Red+Green+Blue) = 178+24+250=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 24 (9.77% from 255 or 5.31% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #B218FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B218FA is #4DE705. Grayscale: #5F5F5F. Windows color (decimal): -5105414 or 16390322. OLE color: 16390322.

HSL color Cylindrical-coordinate representation of color #B218FA: hue angle of 280.88º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B218FA is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17824250-
CMYK0.290.9000.02
HSL280.88º95.76%53.73%-
HSV(B)280.88º90.4%98.04%-
XYZ35.9417.0291.83-
YUV95.81215.02186.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.38%
GREEN value IS 24 (9.77% from 255) = 5.31%
BLUE value IS 250 (98.05% from 255) = 55.31%
R=39.38%
G=5.31%
B=55.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal178242500.290.9000.02280.8895.7653.73
HexB218FA1D5A021196036
Octal26230372351320243114066
Binary1011001011000111110101110110110100101000110011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B218FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B218FA; }

 p { color: rgb(178,24,250); }

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

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

 a { background-color: rgb(178,24,250); }

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

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

 span { border-color: rgb(178,24,250); }

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