#BF96DA

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

Shades of Wisteria #BF96DA

Tints of Wisteria #BF96DA

Color information

#BF96DA (or 0xBF96DA) is unknown color: approx Wisteria. HEX triplet: BF, 96 and DA. RGB value is (191,150,218). Sum of RGB (Red+Green+Blue) = 191+150+218=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF96DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96DA is #406925. Grayscale: #A9A9A9. Windows color (decimal): -4221222 or 14325439. OLE color: 14325439.

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

Color convert

RGB191150218-
CMYK0.120.3100.15
HSL276.18º47.89%72.16%-
HSV(B)276.18º31.19%85.49%-
XYZ45.0537.9571.28-
YUV170.01155.08142.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 218 (85.55% from 255) = 39.00%
R=34.17%
G=26.83%
B=39.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911502180.120.3100.15276.1847.8972.16
HexBF96DAC1F0F1143048
Octal277226332143701742460110
Binary101111111001011011011010110011111011111000101001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF96DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF96DA; }

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

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

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

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

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

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

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

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