#BB82E5

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

Shades of Wisteria #BB82E5

Tints of Wisteria #BB82E5

Color information

#BB82E5 (or 0xBB82E5) is unknown color: approx Wisteria. HEX triplet: BB, 82 and E5. RGB value is (187,130,229). Sum of RGB (Red+Green+Blue) = 187+130+229=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB82E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82E5 is #447D1A. Grayscale: #9D9D9D. Windows color (decimal): -4488475 or 15041211. OLE color: 15041211.

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

Color convert

RGB187130229-
CMYK0.180.4300.10
HSL274.55º65.56%70.39%-
HSV(B)274.55º43.23%89.8%-
XYZ42.6232.1978.1-
YUV158.33167.88148.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 130 (51.17% from 255) = 23.81%
BLUE value IS 229 (89.84% from 255) = 41.94%
R=34.25%
G=23.81%
B=41.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871302290.180.4300.10274.5565.5670.39
HexBB82E5122B0A1134246
Octal2732023452253012423102106
Binary101110111000001011100101100101010110101010001001110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB82E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB82E5; }

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

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

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

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

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

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

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

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