#BF96D6

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

Shades of Wisteria #BF96D6

Tints of Wisteria #BF96D6

Color information

#BF96D6 (or 0xBF96D6) is unknown color: approx Wisteria. HEX triplet: BF, 96 and D6. RGB value is (191,150,214). Sum of RGB (Red+Green+Blue) = 191+150+214=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF96D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96D6 is #406929. Grayscale: #A9A9A9. Windows color (decimal): -4221226 or 14063295. OLE color: 14063295.

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

Color convert

RGB191150214-
CMYK0.110.3000.16
HSL278.44º43.84%71.37%-
HSV(B)278.44º29.91%83.92%-
XYZ44.5337.7468.56-
YUV169.56153.08143.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 150 (58.98% from 255) = 27.03%
BLUE value IS 214 (83.98% from 255) = 38.56%
R=34.41%
G=27.03%
B=38.56%

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
Decimal1911502140.110.3000.16278.4443.8471.37
HexBF96D6B1E0101162c47
Octal277226326133602042654107
Binary1011111110010110110101101011111100100001000101101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF96D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF96D6; }

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

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

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

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

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

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

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

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