#BB85EB

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

Shades of Wisteria #BB85EB

Tints of Wisteria #BB85EB

Color information

#BB85EB (or 0xBB85EB) is unknown color: approx Wisteria. HEX triplet: BB, 85 and EB. RGB value is (187,133,235). Sum of RGB (Red+Green+Blue) = 187+133+235=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB85EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB85EB is #447A14. Grayscale: #A0A0A0. Windows color (decimal): -4487701 or 15435195. OLE color: 15435195.

HSL color Cylindrical-coordinate representation of color #BB85EB: hue angle of 271.76º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB85EB is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187133235-
CMYK0.200.4300.08
HSL271.76º71.83%72.16%-
HSV(B)271.76º43.4%92.16%-
XYZ43.8833.3482.72-
YUV160.77169.89146.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 133 (52.34% from 255) = 23.96%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=33.69%
G=23.96%
B=42.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871332350.200.4300.08271.7671.8372.16
HexBB85EB142B081104848
Octal2732053532453010420110110
Binary101110111000010111101011101001010110100010001000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB85EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB85EB; }

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

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

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

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

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

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

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

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