#BB86FD

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

Shades of Wisteria #BB86FD

Tints of Wisteria #BB86FD

Color information

#BB86FD (or 0xBB86FD) is unknown color: approx Wisteria. HEX triplet: BB, 86 and FD. RGB value is (187,134,253). Sum of RGB (Red+Green+Blue) = 187+134+253=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB86FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB86FD is #447902. Grayscale: #A2A2A2. Windows color (decimal): -4487427 or 16615099. OLE color: 16615099.

HSL color Cylindrical-coordinate representation of color #BB86FD: hue angle of 266.72º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB86FD is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187134253-
CMYK0.260.4700.01
HSL266.72º96.75%75.88%-
HSV(B)266.72º47.04%99.22%-
XYZ46.7534.7197.16-
YUV163.41178.56144.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.58%
GREEN value IS 134 (52.73% from 255) = 23.34%
BLUE value IS 253 (99.22% from 255) = 44.08%
R=32.58%
G=23.34%
B=44.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871342530.260.4700.01266.7296.7575.88
HexBB86FD1A2F0110b614c
Octal273206375325701413141114
Binary101110111000011011111101110101011110110000101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB86FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB86FD; }

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

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

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

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

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

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

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

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