#BF87F0

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

Shades of Wisteria #BF87F0

Tints of Wisteria #BF87F0

Color information

#BF87F0 (or 0xBF87F0) is unknown color: approx Wisteria. HEX triplet: BF, 87 and F0. RGB value is (191,135,240). Sum of RGB (Red+Green+Blue) = 191+135+240=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF87F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF87F0 is #40780F. Grayscale: #A3A3A3. Windows color (decimal): -4225040 or 15763391. OLE color: 15763391.

HSL color Cylindrical-coordinate representation of color #BF87F0: hue angle of 272º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF87F0 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191135240-
CMYK0.200.4400.06
HSL272º77.78%73.53%-
HSV(B)272º43.75%94.12%-
XYZ45.8834.786.72-
YUV163.71171.05147.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 135 (53.12% from 255) = 23.85%
BLUE value IS 240 (94.14% from 255) = 42.40%
R=33.75%
G=23.85%
B=42.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911352400.200.4400.0627277.7873.53
HexBF87F0142C061104e4a
Octal277207360245406420116112
Binary10111111100001111111000010100101100011010001000010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87F0; }

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

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

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

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

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

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

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

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