#B112ED

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

Shades of Electric Purple #B112ED

Tints of Electric Purple #B112ED

Color information

#B112ED (or 0xB112ED) is unknown color: approx Electric Purple. HEX triplet: B1, 12 and ED. RGB value is (177,18,237). Sum of RGB (Red+Green+Blue) = 177+18+237=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #B112ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B112ED is #4EED12. Grayscale: #595959. Windows color (decimal): -5172499 or 15536817. OLE color: 15536817.

HSL color Cylindrical-coordinate representation of color #B112ED: hue angle of 283.56º degrees, saturation: 0.86, 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 #B112ED is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17718237-
CMYK0.250.9200.07
HSL283.56º85.88%50%-
HSV(B)283.56º92.41%92.94%-
XYZ33.6315.8981.42-
YUV90.51210.68189.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 18 (7.42% from 255) = 4.17%
BLUE value IS 237 (92.97% from 255) = 54.86%
R=40.97%
G=4.17%
B=54.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal177182370.250.9200.07283.5685.8850
HexB112ED195C0711c5632
Octal26122355311340743412662
Binary10110001100101110110111001101110001111000111001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B112ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B112ED; }

 p { color: rgb(177,18,237); }

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

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

 a { background-color: rgb(177,18,237); }

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

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

 span { border-color: rgb(177,18,237); }

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