#BF7FD9

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

Shades of Wisteria #BF7FD9

Tints of Wisteria #BF7FD9

Color information

#BF7FD9 (or 0xBF7FD9) is unknown color: approx Wisteria. HEX triplet: BF, 7F and D9. RGB value is (191,127,217). Sum of RGB (Red+Green+Blue) = 191+127+217=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #BF7FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7FD9 is #408026. Grayscale: #9C9C9C. Windows color (decimal): -4227111 or 14254015. OLE color: 14254015.

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

Color convert

RGB191127217-
CMYK0.120.4100.15
HSL282.67º54.22%67.45%-
HSV(B)282.67º41.47%85.1%-
XYZ41.631.2669.49-
YUV156.4162.2152.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 127 (50% from 255) = 23.74%
BLUE value IS 217 (85.16% from 255) = 40.56%
R=35.70%
G=23.74%
B=40.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911272170.120.4100.15282.6754.2267.45
HexBF7FD9C290F11b3643
Octal277177331145101743366103
Binary101111111111111110110011100101001011111000110111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7FD9; }

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

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

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

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

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

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

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

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