#bb1eff

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

Shades of Electric Purple #BB1EFF

Tints of Electric Purple #BB1EFF

Color information

#BB1EFF (or 0xBB1EFF) is unknown color: approx Electric Purple. HEX triplet: BB, 1E and FF. RGB value is (187,30,255). Sum of RGB (Red+Green+Blue) = 187+30+255=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB1EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1EFF is #44E100. Grayscale: #656565. Windows color (decimal): -4514049 or 16719547. OLE color: 16719547.

HSL color Cylindrical-coordinate representation of color #BB1EFF: hue angle of 281.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1EFF is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18730255-
CMYK0.270.8800
HSL281.87º100%55.88%-
HSV(B)281.87º88.24%100%-
XYZ39.0118.7196.16-
YUV102.59214.01188.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 30 (12.11% from 255) = 6.36%
BLUE value IS 255 (100% from 255) = 54.03%
R=39.62%
G=6.36%
B=54.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal187302550.270.8800281.8710055.88
HexBB1EFF1B580011a6438
Octal27336377331300043214470
Binary101110111111011111111110111011000001000110101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb1eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb1eff; }

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

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

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

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

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

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

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

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