#BB86FA

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

Shades of Wisteria #BB86FA

Tints of Wisteria #BB86FA

Color information

#BB86FA (or 0xBB86FA) is unknown color: approx Wisteria. HEX triplet: BB, 86 and FA. RGB value is (187,134,250). Sum of RGB (Red+Green+Blue) = 187+134+250=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB86FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB86FA is #447905. Grayscale: #A2A2A2. Windows color (decimal): -4487430 or 16418491. OLE color: 16418491.

HSL color Cylindrical-coordinate representation of color #BB86FA: hue angle of 267.41º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB86FA is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187134250-
CMYK0.250.4600.02
HSL267.41º92.06%75.29%-
HSV(B)267.41º46.4%98.04%-
XYZ46.2734.5294.67-
YUV163.07177.06145.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.75%
GREEN value IS 134 (52.73% from 255) = 23.47%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=32.75%
G=23.47%
B=43.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871342500.250.4600.02267.4192.0675.29
HexBB86FA192E0210b5c4b
Octal273206372315602413134113
Binary1011101110000110111110101100110111001010000101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB86FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB86FA; }

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

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

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

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

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

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

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

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