#BB86E1

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

Shades of Wisteria #BB86E1

Tints of Wisteria #BB86E1

Color information

#BB86E1 (or 0xBB86E1) is unknown color: approx Wisteria. HEX triplet: BB, 86 and E1. RGB value is (187,134,225). Sum of RGB (Red+Green+Blue) = 187+134+225=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB86E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB86E1 is #44791E. Grayscale: #9F9F9F. Windows color (decimal): -4487455 or 14780091. OLE color: 14780091.

HSL color Cylindrical-coordinate representation of color #BB86E1: hue angle of 274.95º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB86E1 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187134225-
CMYK0.170.4000.12
HSL274.95º60.26%70.39%-
HSV(B)274.95º40.44%88.24%-
XYZ42.6133.0575.37-
YUV160.22164.56147.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 134 (52.73% from 255) = 24.54%
BLUE value IS 225 (88.28% from 255) = 41.21%
R=34.25%
G=24.54%
B=41.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871342250.170.4000.12274.9560.2670.39
HexBB86E111280C1133c46
Octal273206341215001442374106
Binary10111011100001101110000110001101000011001000100111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB86E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB86E1; }

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

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

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

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

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

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

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

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