#BB85DE

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

Shades of Wisteria #BB85DE

Tints of Wisteria #BB85DE

Color information

#BB85DE (or 0xBB85DE) is unknown color: approx Wisteria. HEX triplet: BB, 85 and DE. RGB value is (187,133,222). Sum of RGB (Red+Green+Blue) = 187+133+222=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB85DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB85DE is #447A21. Grayscale: #9E9E9E. Windows color (decimal): -4487714 or 14583227. OLE color: 14583227.

HSL color Cylindrical-coordinate representation of color #BB85DE: hue angle of 276.4º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB85DE is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187133222-
CMYK0.160.4000.13
HSL276.4º57.42%69.61%-
HSV(B)276.4º40.09%87.06%-
XYZ42.0732.6173.19-
YUV159.29163.39147.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.50%
GREEN value IS 133 (52.34% from 255) = 24.54%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=34.50%
G=24.54%
B=40.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871332220.160.4000.13276.457.4269.61
HexBB85DE10280D1143946
Octal273205336205001542471106
Binary10111011100001011101111010000101000011011000101001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB85DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB85DE; }

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

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

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

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

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

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

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

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