#BB87FD

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

Shades of Wisteria #BB87FD

Tints of Wisteria #BB87FD

Color information

#BB87FD (or 0xBB87FD) is unknown color: approx Wisteria. HEX triplet: BB, 87 and FD. RGB value is (187,135,253). Sum of RGB (Red+Green+Blue) = 187+135+253=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB87FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB87FD is #447802. Grayscale: #A3A3A3. Windows color (decimal): -4487171 or 16615355. OLE color: 16615355.

HSL color Cylindrical-coordinate representation of color #BB87FD: hue angle of 266.44º 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 #BB87FD is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187135253-
CMYK0.260.4700.01
HSL266.44º96.72%76.08%-
HSV(B)266.44º46.64%99.22%-
XYZ46.8934.9897.21-
YUV164178.23144.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 135 (53.12% from 255) = 23.48%
BLUE value IS 253 (99.22% from 255) = 44%
R=32.52%
G=23.48%
B=44%

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
Decimal1871352530.260.4700.01266.4496.7276.08
HexBB87FD1A2F0110a614c
Octal273207375325701412141114
Binary101110111000011111111101110101011110110000101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB87FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB87FD; }

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

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

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

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

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

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

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

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