#BF87DF

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

Shades of Wisteria #BF87DF

Tints of Wisteria #BF87DF

Color information

#BF87DF (or 0xBF87DF) is unknown color: approx Wisteria. HEX triplet: BF, 87 and DF. RGB value is (191,135,223). Sum of RGB (Red+Green+Blue) = 191+135+223=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF87DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87DF is #407820. Grayscale: #A1A1A1. Windows color (decimal): -4225057 or 14649279. OLE color: 14649279.

HSL color Cylindrical-coordinate representation of color #BF87DF: hue angle of 278.18º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF87DF is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191135223-
CMYK0.140.3900.13
HSL278.18º57.89%70.2%-
HSV(B)278.18º39.46%87.45%-
XYZ43.4733.7374.03-
YUV161.78162.55148.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 135 (53.12% from 255) = 24.59%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=34.79%
G=24.59%
B=40.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911352230.140.3900.13278.1857.8970.2
HexBF87DFE270D1163a46
Octal277207337164701542672106
Binary1011111110000111110111111110100111011011000101101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87DF; }

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

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

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

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

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

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

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

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