#bb2cee

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

Shades of Electric Purple #BB2CEE

Tints of Electric Purple #BB2CEE

Color information

#BB2CEE (or 0xBB2CEE) is unknown color: approx Electric Purple. HEX triplet: BB, 2C and EE. RGB value is (187,44,238). Sum of RGB (Red+Green+Blue) = 187+44+238=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 44 (17.58% from 255 or 9.38% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB2CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2CEE is #44D311. Grayscale: #6C6C6C. Windows color (decimal): -4510482 or 15609019. OLE color: 15609019.

HSL color Cylindrical-coordinate representation of color #BB2CEE: hue angle of 284.23º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB2CEE is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18744238-
CMYK0.210.8200.07
HSL284.23º85.09%55.29%-
HSV(B)284.23º81.51%93.33%-
XYZ36.8318.5482.53-
YUV108.87200.88183.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 44 (17.58% from 255) = 9.38%
BLUE value IS 238 (93.36% from 255) = 50.75%
R=39.87%
G=9.38%
B=50.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal187442380.210.8200.07284.2385.0955.29
HexBB2CEE15520711c5537
Octal27354356251220743412567
Binary101110111011001110111010101101001001111000111001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb2cee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb2cee; }

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

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

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

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

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

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

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

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