#BB11EE

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

Shades of Electric Purple #BB11EE

Tints of Electric Purple #BB11EE

Color information

#BB11EE (or 0xBB11EE) is unknown color: approx Electric Purple. HEX triplet: BB, 11 and EE. RGB value is (187,17,238). Sum of RGB (Red+Green+Blue) = 187+17+238=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 17 (7.03% from 255 or 3.85% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB11EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB11EE is #44EE11. Grayscale: #5C5C5C. Windows color (decimal): -4517394 or 15602107. OLE color: 15602107.

HSL color Cylindrical-coordinate representation of color #BB11EE: hue angle of 286.15º 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 #BB11EE is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18717238-
CMYK0.210.9300.07
HSL286.15º86.67%50%-
HSV(B)286.15º92.86%93.33%-
XYZ36.1317.1482.29-
YUV93.02209.82195.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 17 (7.03% from 255) = 3.85%
BLUE value IS 238 (93.36% from 255) = 53.85%
R=42.31%
G=3.85%
B=53.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal187172380.210.9300.07286.1586.6750
HexBB11EE155D0711e5732
Octal27321356251350743612762
Binary10111011100011110111010101101110101111000111101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB11EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB11EE; }

 p { color: rgb(187,17,238); }

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

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

 a { background-color: rgb(187,17,238); }

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

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

 span { border-color: rgb(187,17,238); }

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