#BB86EA

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

Shades of Wisteria #BB86EA

Tints of Wisteria #BB86EA

Color information

#BB86EA (or 0xBB86EA) is unknown color: approx Wisteria. HEX triplet: BB, 86 and EA. RGB value is (187,134,234). Sum of RGB (Red+Green+Blue) = 187+134+234=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB86EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB86EA is #447915. Grayscale: #A0A0A0. Windows color (decimal): -4487446 or 15369915. OLE color: 15369915.

HSL color Cylindrical-coordinate representation of color #BB86EA: hue angle of 271.8º degrees, saturation: 0.7, 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 #BB86EA is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187134234-
CMYK0.200.4300.08
HSL271.8º70.42%72.16%-
HSV(B)271.8º42.74%91.76%-
XYZ43.8733.5682.01-
YUV161.25169.06146.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 134 (52.73% from 255) = 24.14%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=33.69%
G=24.14%
B=42.16%

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
Decimal1871342340.200.4300.08271.870.4272.16
HexBB86EA142B081104648
Octal2732063522453010420106110
Binary101110111000011011101010101001010110100010001000010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB86EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB86EA; }

 p { color: rgb(187,134,234); }

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

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

 a { background-color: rgb(187,134,234); }

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

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

 span { border-color: rgb(187,134,234); }

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