#BF87F9

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

Shades of Wisteria #BF87F9

Tints of Wisteria #BF87F9

Color information

#BF87F9 (or 0xBF87F9) is unknown color: approx Wisteria. HEX triplet: BF, 87 and F9. RGB value is (191,135,249). Sum of RGB (Red+Green+Blue) = 191+135+249=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF87F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF87F9 is #407806. Grayscale: #A4A4A4. Windows color (decimal): -4225031 or 16353215. OLE color: 16353215.

HSL color Cylindrical-coordinate representation of color #BF87F9: hue angle of 269.47º degrees, saturation: 0.9, 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 #BF87F9 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191135249-
CMYK0.230.4600.02
HSL269.47º90.48%75.29%-
HSV(B)269.47º45.78%97.65%-
XYZ47.2535.2493.93-
YUV164.74175.55146.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.22%
GREEN value IS 135 (53.12% from 255) = 23.48%
BLUE value IS 249 (97.66% from 255) = 43.30%
R=33.22%
G=23.48%
B=43.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911352490.230.4600.02269.4790.4875.29
HexBF87F9172E0210d5a4b
Octal277207371275602415132113
Binary1011111110000111111110011011110111001010000110110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87F9; }

 p { color: rgb(191,135,249); }

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

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

 a { background-color: rgb(191,135,249); }

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

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

 span { border-color: rgb(191,135,249); }

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