#BF95DA

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

Shades of Wisteria #BF95DA

Tints of Wisteria #BF95DA

Color information

#BF95DA (or 0xBF95DA) is unknown color: approx Wisteria. HEX triplet: BF, 95 and DA. RGB value is (191,149,218). Sum of RGB (Red+Green+Blue) = 191+149+218=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF95DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF95DA is #406A25. Grayscale: #A9A9A9. Windows color (decimal): -4221478 or 14325183. OLE color: 14325183.

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

Color convert

RGB191149218-
CMYK0.120.3200.15
HSL276.52º48.25%71.96%-
HSV(B)276.52º31.65%85.49%-
XYZ44.8937.6371.23-
YUV169.42155.41143.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 149 (58.59% from 255) = 26.70%
BLUE value IS 218 (85.55% from 255) = 39.07%
R=34.23%
G=26.70%
B=39.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911492180.120.3200.15276.5248.2571.96
HexBF95DAC200F1153048
Octal277225332144001742560110
Binary1011111110010101110110101100100000011111000101011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF95DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF95DA; }

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

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

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

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

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

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

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

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