#BF7CD6

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

Shades of Wisteria #BF7CD6

Tints of Wisteria #BF7CD6

Color information

#BF7CD6 (or 0xBF7CD6) is unknown color: approx Wisteria. HEX triplet: BF, 7C and D6. RGB value is (191,124,214). Sum of RGB (Red+Green+Blue) = 191+124+214=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF7CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7CD6 is #408329. Grayscale: #999999. Windows color (decimal): -4227882 or 14056639. OLE color: 14056639.

HSL color Cylindrical-coordinate representation of color #BF7CD6: hue angle of 284.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF7CD6 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191124214-
CMYK0.110.4200.16
HSL284.67º52.33%66.27%-
HSV(B)284.67º42.06%83.92%-
XYZ40.8330.3567.32-
YUV154.29161.7154.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.11%
GREEN value IS 124 (48.83% from 255) = 23.44%
BLUE value IS 214 (83.98% from 255) = 40.45%
R=36.11%
G=23.44%
B=40.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911242140.110.4200.16284.6752.3366.27
HexBF7CD6B2A01011d3442
Octal277174326135202043564102
Binary1011111111111001101011010111010100100001000111011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7CD6; }

 p { color: rgb(191,124,214); }

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

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

 a { background-color: rgb(191,124,214); }

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

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

 span { border-color: rgb(191,124,214); }

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