#BF94DF

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

Shades of Wisteria #BF94DF

Tints of Wisteria #BF94DF

Color information

#BF94DF (or 0xBF94DF) is unknown color: approx Wisteria. HEX triplet: BF, 94 and DF. RGB value is (191,148,223). Sum of RGB (Red+Green+Blue) = 191+148+223=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF94DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94DF is #406B20. Grayscale: #A9A9A9. Windows color (decimal): -4221729 or 14652607. OLE color: 14652607.

HSL color Cylindrical-coordinate representation of color #BF94DF: hue angle of 274.4º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF94DF is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191148223-
CMYK0.140.3400.13
HSL274.4º53.96%72.75%-
HSV(B)274.4º33.63%87.45%-
XYZ45.437.5874.67-
YUV169.41158.25143.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.99%
GREEN value IS 148 (58.20% from 255) = 26.33%
BLUE value IS 223 (87.5% from 255) = 39.68%
R=33.99%
G=26.33%
B=39.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911482230.140.3400.13274.453.9672.75
HexBF94DFE220D1123649
Octal277224337164201542266111
Binary1011111110010100110111111110100010011011000100101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF94DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF94DF; }

 p { color: rgb(191,148,223); }

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

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

 a { background-color: rgb(191,148,223); }

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

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

 span { border-color: rgb(191,148,223); }

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