#BF94D9

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

Shades of Wisteria #BF94D9

Tints of Wisteria #BF94D9

Color information

#BF94D9 (or 0xBF94D9) is unknown color: approx Wisteria. HEX triplet: BF, 94 and D9. RGB value is (191,148,217). Sum of RGB (Red+Green+Blue) = 191+148+217=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 217 - color contains mainly: blue. Hex color #BF94D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94D9 is #406B26. Grayscale: #A8A8A8. Windows color (decimal): -4221735 or 14259391. OLE color: 14259391.

HSL color Cylindrical-coordinate representation of color #BF94D9: hue angle of 277.39º 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 #BF94D9 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191148217-
CMYK0.120.3200.15
HSL277.39º47.59%71.57%-
HSV(B)277.39º31.8%85.1%-
XYZ44.637.2770.49-
YUV168.72155.25143.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 148 (58.20% from 255) = 26.62%
BLUE value IS 217 (85.16% from 255) = 39.03%
R=34.35%
G=26.62%
B=39.03%

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
Decimal1911482170.120.3200.15277.3947.5971.57
HexBF94D9C200F1153048
Octal277224331144001742560110
Binary1011111110010100110110011100100000011111000101011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF94D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF94D9; }

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

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

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

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

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

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

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

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