#BB84DE

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

Shades of Wisteria #BB84DE

Tints of Wisteria #BB84DE

Color information

#BB84DE (or 0xBB84DE) is unknown color: approx Wisteria. HEX triplet: BB, 84 and DE. RGB value is (187,132,222). Sum of RGB (Red+Green+Blue) = 187+132+222=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB84DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84DE is #447B21. Grayscale: #9E9E9E. Windows color (decimal): -4487970 or 14582971. OLE color: 14582971.

HSL color Cylindrical-coordinate representation of color #BB84DE: hue angle of 276.67º 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 #BB84DE is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187132222-
CMYK0.160.4100.13
HSL276.67º57.69%69.41%-
HSV(B)276.67º40.54%87.06%-
XYZ41.9332.3473.14-
YUV158.7163.72148.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 132 (51.95% from 255) = 24.40%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=34.57%
G=24.40%
B=41.04%

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
Decimal1871322220.160.4100.13276.6757.6969.41
HexBB84DE10290D1153a45
Octal273204336205101542572105
Binary10111011100001001101111010000101001011011000101011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB84DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB84DE; }

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

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

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

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

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

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

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

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