#BF87CF

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

Shades of Wisteria #BF87CF

Tints of Wisteria #BF87CF

Color information

#BF87CF (or 0xBF87CF) is unknown color: approx Wisteria. HEX triplet: BF, 87 and CF. RGB value is (191,135,207). Sum of RGB (Red+Green+Blue) = 191+135+207=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF87CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87CF is #407830. Grayscale: #9F9F9F. Windows color (decimal): -4225073 or 13600703. OLE color: 13600703.

HSL color Cylindrical-coordinate representation of color #BF87CF: hue angle of 286.67º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF87CF is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191135207-
CMYK0.080.3500.19
HSL286.67º42.86%67.06%-
HSV(B)286.67º34.78%81.18%-
XYZ41.4132.9163.2-
YUV159.95154.55150.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.83%
GREEN value IS 135 (53.12% from 255) = 25.33%
BLUE value IS 207 (81.25% from 255) = 38.84%
R=35.83%
G=25.33%
B=38.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911352070.080.3500.19286.6742.8667.06
HexBF87CF82301311f2b43
Octal277207317104302343753103
Binary10111111100001111100111110001000110100111000111111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87CF; }

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

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

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

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

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

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

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

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