#bb1ee5

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

Shades of Electric Purple #BB1EE5

Tints of Electric Purple #BB1EE5

Color information

#BB1EE5 (or 0xBB1EE5) is unknown color: approx Electric Purple. HEX triplet: BB, 1E and E5. RGB value is (187,30,229). Sum of RGB (Red+Green+Blue) = 187+30+229=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 229 (89.84% from 255 or 51.35% from 446); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB1EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1EE5 is #44E11A. Grayscale: #626262. Windows color (decimal): -4514075 or 15015611. OLE color: 15015611.

HSL color Cylindrical-coordinate representation of color #BB1EE5: hue angle of 287.34º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1EE5 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18730229-
CMYK0.180.8700.10
HSL287.34º79.28%50.78%-
HSV(B)287.34º86.9%89.8%-
XYZ35.117.1575.59-
YUV99.63201.01190.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 30 (12.11% from 255) = 6.73%
BLUE value IS 229 (89.84% from 255) = 51.35%
R=41.93%
G=6.73%
B=51.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal187302290.180.8700.10287.3479.2850.78
HexBB1EE512570A11f4f33
Octal273363452212701243711763
Binary101110111111011100101100101010111010101000111111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb1ee5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb1ee5; }

 p { color: rgb(187,30,229); }

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

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

 a { background-color: rgb(187,30,229); }

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

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

 span { border-color: rgb(187,30,229); }

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