#BB85EC

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

Shades of Wisteria #BB85EC

Tints of Wisteria #BB85EC

Color information

#BB85EC (or 0xBB85EC) is unknown color: approx Wisteria. HEX triplet: BB, 85 and EC. RGB value is (187,133,236). Sum of RGB (Red+Green+Blue) = 187+133+236=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB85EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB85EC is #447A13. Grayscale: #A0A0A0. Windows color (decimal): -4487700 or 15500731. OLE color: 15500731.

HSL color Cylindrical-coordinate representation of color #BB85EC: hue angle of 271.46º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB85EC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187133236-
CMYK0.210.4400.07
HSL271.46º73.05%72.35%-
HSV(B)271.46º43.64%92.55%-
XYZ44.0233.483.48-
YUV160.89170.39146.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 133 (52.34% from 255) = 23.92%
BLUE value IS 236 (92.58% from 255) = 42.45%
R=33.63%
G=23.92%
B=42.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871332360.210.4400.07271.4673.0572.35
HexBB85EC152C0710f4948
Octal273205354255407417111110
Binary10111011100001011110110010101101100011110000111110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB85EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB85EC; }

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

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

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

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

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

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

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

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