#BF84D7

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

Shades of Wisteria #BF84D7

Tints of Wisteria #BF84D7

Color information

#BF84D7 (or 0xBF84D7) is unknown color: approx Wisteria. HEX triplet: BF, 84 and D7. RGB value is (191,132,215). Sum of RGB (Red+Green+Blue) = 191+132+215=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 215 (84.38% from 255 or 39.96% from 538); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF84D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF84D7 is #407B28. Grayscale: #9E9E9E. Windows color (decimal): -4225833 or 14124223. OLE color: 14124223.

HSL color Cylindrical-coordinate representation of color #BF84D7: hue angle of 282.65º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF84D7 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191132215-
CMYK0.110.3900.16
HSL282.65º50.92%68.04%-
HSV(B)282.65º38.6%84.31%-
XYZ4232.4968.35-
YUV159.1159.55150.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 132 (51.95% from 255) = 24.54%
BLUE value IS 215 (84.38% from 255) = 39.96%
R=35.50%
G=24.54%
B=39.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911322150.110.3900.16282.6550.9268.04
HexBF84D7B2701011b3344
Octal277204327134702043363104
Binary10111111100001001101011110111001110100001000110111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF84D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF84D7; }

 p { color: rgb(191,132,215); }

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

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

 a { background-color: rgb(191,132,215); }

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

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

 span { border-color: rgb(191,132,215); }

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