#BB82DA

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

Shades of Wisteria #BB82DA

Tints of Wisteria #BB82DA

Color information

#BB82DA (or 0xBB82DA) is unknown color: approx Wisteria. HEX triplet: BB, 82 and DA. RGB value is (187,130,218). Sum of RGB (Red+Green+Blue) = 187+130+218=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB82DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82DA is #447D25. Grayscale: #9C9C9C. Windows color (decimal): -4488486 or 14320315. OLE color: 14320315.

HSL color Cylindrical-coordinate representation of color #BB82DA: hue angle of 278.86º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB82DA is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187130218-
CMYK0.140.4000.15
HSL278.86º54.32%68.24%-
HSV(B)278.86º40.37%85.49%-
XYZ41.1331.5970.26-
YUV157.08162.38149.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 130 (51.17% from 255) = 24.30%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=34.95%
G=24.30%
B=40.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871302180.140.4000.15278.8654.3268.24
HexBB82DAE280F1173644
Octal273202332165001742766104
Binary1011101110000010110110101110101000011111000101111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB82DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB82DA; }

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

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

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

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

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

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

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

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