#BF96D7

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

Shades of Wisteria #BF96D7

Tints of Wisteria #BF96D7

Color information

#BF96D7 (or 0xBF96D7) is unknown color: approx Wisteria. HEX triplet: BF, 96 and D7. RGB value is (191,150,215). Sum of RGB (Red+Green+Blue) = 191+150+215=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF96D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96D7 is #406928. Grayscale: #A9A9A9. Windows color (decimal): -4221225 or 14128831. OLE color: 14128831.

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

Color convert

RGB191150215-
CMYK0.110.3000.16
HSL277.85º44.83%71.57%-
HSV(B)277.85º30.23%84.31%-
XYZ44.6637.869.23-
YUV169.67153.58143.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 150 (58.98% from 255) = 26.98%
BLUE value IS 215 (84.38% from 255) = 38.67%
R=34.35%
G=26.98%
B=38.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911502150.110.3000.16277.8544.8371.57
HexBF96D7B1E0101162d48
Octal277226327133602042655110
Binary1011111110010110110101111011111100100001000101101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF96D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF96D7; }

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

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

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

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

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

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

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

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