#BF97D8

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

Shades of Wisteria #BF97D8

Tints of Wisteria #BF97D8

Color information

#BF97D8 (or 0xBF97D8) is unknown color: approx Wisteria. HEX triplet: BF, 97 and D8. RGB value is (191,151,216). Sum of RGB (Red+Green+Blue) = 191+151+216=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF97D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF97D8 is #406827. Grayscale: #AAAAAA. Windows color (decimal): -4220968 or 14194623. OLE color: 14194623.

HSL color Cylindrical-coordinate representation of color #BF97D8: hue angle of 276.92º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF97D8 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191151216-
CMYK0.120.3000.15
HSL276.92º45.45%71.96%-
HSV(B)276.92º30.09%84.71%-
XYZ44.9538.1769.96-
YUV170.37153.75142.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 151 (59.38% from 255) = 27.06%
BLUE value IS 216 (84.77% from 255) = 38.71%
R=34.23%
G=27.06%
B=38.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911512160.120.3000.15276.9245.4571.96
HexBF97D8C1E0F1152d48
Octal277227330143601742555110
Binary101111111001011111011000110011110011111000101011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF97D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF97D8; }

 p { color: rgb(191,151,216); }

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

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

 a { background-color: rgb(191,151,216); }

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

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

 span { border-color: rgb(191,151,216); }

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