#BF85DD

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

Shades of Wisteria #BF85DD

Tints of Wisteria #BF85DD

Color information

#BF85DD (or 0xBF85DD) is unknown color: approx Wisteria. HEX triplet: BF, 85 and DD. RGB value is (191,133,221). Sum of RGB (Red+Green+Blue) = 191+133+221=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85DD is #407A22. Grayscale: #A0A0A0. Windows color (decimal): -4225571 or 14517695. OLE color: 14517695.

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

Color convert

RGB191133221-
CMYK0.140.4000.13
HSL279.55º56.41%69.41%-
HSV(B)279.55º39.82%86.67%-
XYZ42.9233.0772.53-
YUV160.37162.22149.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 133 (52.34% from 255) = 24.40%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=35.05%
G=24.40%
B=40.55%

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
Decimal1911332210.140.4000.13279.5556.4169.41
HexBF85DDE280D1183845
Octal277205335165001543070105
Binary1011111110000101110111011110101000011011000110001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF85DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF85DD; }

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

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

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

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

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

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

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

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