#BF85DF

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

Shades of Wisteria #BF85DF

Tints of Wisteria #BF85DF

Color information

#BF85DF (or 0xBF85DF) is unknown color: approx Wisteria. HEX triplet: BF, 85 and DF. RGB value is (191,133,223). Sum of RGB (Red+Green+Blue) = 191+133+223=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF85DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85DF is #407A20. Grayscale: #A0A0A0. Windows color (decimal): -4225569 or 14648767. OLE color: 14648767.

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

Color convert

RGB191133223-
CMYK0.140.4000.13
HSL278.67º58.44%69.8%-
HSV(B)278.67º40.36%87.45%-
XYZ43.1933.1873.94-
YUV160.6163.22149.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 133 (52.34% from 255) = 24.31%
BLUE value IS 223 (87.5% from 255) = 40.77%
R=34.92%
G=24.31%
B=40.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911332230.140.4000.13278.6758.4469.8
HexBF85DFE280D1173a46
Octal277205337165001542772106
Binary1011111110000101110111111110101000011011000101111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF85DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF85DF; }

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

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

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

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

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

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

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

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