#bb1ef9

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

Shades of Electric Purple #BB1EF9

Tints of Electric Purple #BB1EF9

Color information

#BB1EF9 (or 0xBB1EF9) is unknown color: approx Electric Purple. HEX triplet: BB, 1E and F9. RGB value is (187,30,249). Sum of RGB (Red+Green+Blue) = 187+30+249=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 249 (97.66% from 255 or 53.43% from 466); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB1EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1EF9 is #44E106. Grayscale: #656565. Windows color (decimal): -4514055 or 16326331. OLE color: 16326331.

HSL color Cylindrical-coordinate representation of color #BB1EF9: hue angle of 283.01º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1EF9 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18730249-
CMYK0.250.8800.02
HSL283.01º94.81%54.71%-
HSV(B)283.01º87.95%97.65%-
XYZ38.0618.3391.16-
YUV101.91211.01188.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 30 (12.11% from 255) = 6.44%
BLUE value IS 249 (97.66% from 255) = 53.43%
R=40.13%
G=6.44%
B=53.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal187302490.250.8800.02283.0194.8154.71
HexBB1EF919580211b5f37
Octal27336371311300243313767
Binary1011101111110111110011100110110000101000110111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb1ef9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb1ef9; }

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

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

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

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

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

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

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

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