#BB82DE

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

Shades of Wisteria #BB82DE

Tints of Wisteria #BB82DE

Color information

#BB82DE (or 0xBB82DE) is unknown color: approx Wisteria. HEX triplet: BB, 82 and DE. RGB value is (187,130,222). Sum of RGB (Red+Green+Blue) = 187+130+222=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB82DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82DE is #447D21. Grayscale: #9D9D9D. Windows color (decimal): -4488482 or 14582459. OLE color: 14582459.

HSL color Cylindrical-coordinate representation of color #BB82DE: hue angle of 277.17º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB82DE is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187130222-
CMYK0.160.4100.13
HSL277.17º58.23%69.02%-
HSV(B)277.17º41.44%87.06%-
XYZ41.6631.873.05-
YUV157.53164.38149.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 130 (51.17% from 255) = 24.12%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=34.69%
G=24.12%
B=41.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871302220.160.4100.13277.1758.2369.02
HexBB82DE10290D1153a45
Octal273202336205101542572105
Binary10111011100000101101111010000101001011011000101011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB82DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB82DE; }

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

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

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

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

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

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

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

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