#BF95CF

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

Shades of Wisteria #BF95CF

Tints of Wisteria #BF95CF

Color information

#BF95CF (or 0xBF95CF) is unknown color: approx Wisteria. HEX triplet: BF, 95 and CF. RGB value is (191,149,207). Sum of RGB (Red+Green+Blue) = 191+149+207=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF95CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF95CF is #406A30. Grayscale: #A7A7A7. Windows color (decimal): -4221489 or 13604287. OLE color: 13604287.

HSL color Cylindrical-coordinate representation of color #BF95CF: hue angle of 283.45º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF95CF is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191149207-
CMYK0.080.2800.19
HSL283.45º37.66%69.8%-
HSV(B)283.45º28.02%81.18%-
XYZ43.537.0863.9-
YUV168.17149.91144.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 149 (58.59% from 255) = 27.24%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=34.92%
G=27.24%
B=37.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911492070.080.2800.19283.4537.6669.8
HexBF95CF81C01311b2646
Octal277225317103402343346106
Binary1011111110010101110011111000111000100111000110111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF95CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF95CF; }

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

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

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

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

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

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

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

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