#B911ED

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

Shades of Electric Purple #B911ED

Tints of Electric Purple #B911ED

Color information

#B911ED (or 0xB911ED) is unknown color: approx Electric Purple. HEX triplet: B9, 11 and ED. RGB value is (185,17,237). Sum of RGB (Red+Green+Blue) = 185+17+237=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #B911ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B911ED is #46EE12. Grayscale: #5B5B5B. Windows color (decimal): -4648467 or 15536569. OLE color: 15536569.

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

Color convert

RGB18517237-
CMYK0.220.9300.07
HSL285.82º86.61%49.8%-
HSV(B)285.82º92.83%92.94%-
XYZ35.4916.8381.5-
YUV92.31209.66194.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 17 (7.03% from 255) = 3.87%
BLUE value IS 237 (92.97% from 255) = 53.99%
R=42.14%
G=3.87%
B=53.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal185172370.220.9300.07285.8286.6149.8
HexB911ED165D0711e5732
Octal27121355261350743612762
Binary10111001100011110110110110101110101111000111101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B911ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B911ED; }

 p { color: rgb(185,17,237); }

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

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

 a { background-color: rgb(185,17,237); }

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

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

 span { border-color: rgb(185,17,237); }

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