#BF85DE

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

Shades of Wisteria #BF85DE

Tints of Wisteria #BF85DE

Color information

#BF85DE (or 0xBF85DE) is unknown color: approx Wisteria. HEX triplet: BF, 85 and DE. RGB value is (191,133,222). Sum of RGB (Red+Green+Blue) = 191+133+222=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF85DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85DE is #407A21. Grayscale: #A0A0A0. Windows color (decimal): -4225570 or 14583231. OLE color: 14583231.

HSL color Cylindrical-coordinate representation of color #BF85DE: hue angle of 279.1º degrees, saturation: 0.57, 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 #BF85DE is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191133222-
CMYK0.140.4000.13
HSL279.1º57.42%69.61%-
HSV(B)279.1º40.09%87.06%-
XYZ43.0633.1373.23-
YUV160.49162.72149.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 133 (52.34% from 255) = 24.36%
BLUE value IS 222 (87.11% from 255) = 40.66%
R=34.98%
G=24.36%
B=40.66%

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
Decimal1911332220.140.4000.13279.157.4269.61
HexBF85DEE280D1173946
Octal277205336165001542771106
Binary1011111110000101110111101110101000011011000101111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF85DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF85DE; }

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

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

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

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

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

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

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

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